Files @ 1a3a9333d83d
Branch filter:

Location: ohnobinki_overlay/dev-tcltk/tclxml/files/tclxml-3_include_path.patch - annotation

binki
Ooops and ugh, I should fix my script
--- 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@