You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tcltk/tclxml/files/tclxml-3_include_path.patch

13 lines
329 B

--- 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@