diff options
Diffstat (limited to 'dev-tcltk/tclxml/files/tclxml-3_include_path.patch')
-rw-r--r-- | dev-tcltk/tclxml/files/tclxml-3_include_path.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-tcltk/tclxml/files/tclxml-3_include_path.patch b/dev-tcltk/tclxml/files/tclxml-3_include_path.patch new file mode 100644 index 000000000000..c270d5762986 --- /dev/null +++ b/dev-tcltk/tclxml/files/tclxml-3_include_path.patch @@ -0,0 +1,12 @@ +--- expat/Makefile.in.orig 2006-04-08 12:28:11.594940750 +0200 ++++ expat/Makefile.in 2006-04-08 12:28:26.927899000 +0200 +@@ -175,7 +175,8 @@ + INCLUDES = @TCL_INCLUDES@ \ + -I$(srcdir)/xmltok \ + -I$(srcdir)/xmlparse \ +- -I$(srcdir)/xmlwf ++ -I$(srcdir)/xmlwf \ ++ -I../include + + EXTRA_CFLAGS = $(MEM_DEBUG_FLAGS) @EXTRA_CFLAGS@ + |