aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gdome2
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-03-31 13:53:19 +0800
committerkris <kris@FreeBSD.org>2002-03-31 13:53:19 +0800
commit6a692992a0b798e5eec1e0d59006c6c328ad004d (patch)
tree56d09fe93991060826545851bcdcc8c93fb18a7e /textproc/gdome2
parent69f036c4bb7986f4fa4acb6c5137cb84feb86100 (diff)
downloadfreebsd-ports-gnome-6a692992a0b798e5eec1e0d59006c6c328ad004d.tar.gz
freebsd-ports-gnome-6a692992a0b798e5eec1e0d59006c6c328ad004d.tar.zst
freebsd-ports-gnome-6a692992a0b798e5eec1e0d59006c6c328ad004d.zip
Chase libxml2 includes to unbreak build.
Diffstat (limited to 'textproc/gdome2')
-rw-r--r--textproc/gdome2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index 509a5a63caad..b5098c36bd96 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -24,5 +24,6 @@ INSTALLS_SHLIB= yes
post-patch:
${PERL} -i -pe 's,^(HTML_DIR *= *).*,$$1\$$(prefix)/share/doc,' ${WRKSRC}/gtk-doc/Makefile.in
+ @${FIND} ${WRKSRC} -type f | xargs ${PERL} -i -pe 's,<parser.h>,<libxml/parser.h>,;s,<hash.h>,<libxml/hash.h>,;s,<xmlmemory.h>,<libxml/xmlmemory.h>,;s,<tree.h>,<libxml/tree.h>,;s,<xmlerror.h>,<libxml/xmlerror.h>,;s,<xmlIO.h>,<libxml/xmlIO.h>,;s,<parserInternals.h>,<libxml/parserInternals.h>,;s,<entities.h>,<libxml/entities.h>,'
.include <bsd.port.mk>