forked from Lainports/freebsd-ports
co-exist with old libxml installed on the same machine, so I was able to happily remove most of my hacks.
14 lines
709 B
Text
14 lines
709 B
Text
|
|
$FreeBSD$
|
|
|
|
--- include/Makefile.in.orig Thu Feb 8 13:47:30 2001
|
|
+++ include/Makefile.in Fri Feb 9 02:04:41 2001
|
|
@@ -111,7 +111,7 @@
|
|
Z_CFLAGS = @Z_CFLAGS@
|
|
Z_LIBS = @Z_LIBS@
|
|
|
|
-xmlincdir = $(includedir)
|
|
+xmlincdir = $(includedir)/libxml2
|
|
|
|
xmlinc_HEADERS = libxml/SAX.h libxml/entities.h libxml/encoding.h libxml/parser.h libxml/parserInternals.h libxml/xmlerror.h libxml/HTMLparser.h libxml/HTMLtree.h libxml/debugXML.h libxml/tree.h libxml/hash.h libxml/xpath.h libxml/xpathInternals.h libxml/xpointer.h libxml/xinclude.h libxml/xmlIO.h libxml/xmlmemory.h libxml/nanohttp.h libxml/nanoftp.h libxml/uri.h libxml/valid.h libxml/xlink.h libxml/xmlversion.h
|
|
|