aboutsummaryrefslogtreecommitdiff
path: root/textproc/gdome2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-03-31 05:53:19 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-03-31 05:53:19 +0000
commitfaed59a1ad9a91f9f2a182d347749a5978ffb9ea (patch)
treeeb65d06074a46d466881df046f3431a30921499b /textproc/gdome2
parent5730ce3e058eca784ad4ecc262dc4e8601c7a7aa (diff)
downloadports-faed59a1ad9a91f9f2a182d347749a5978ffb9ea.tar.gz
ports-faed59a1ad9a91f9f2a182d347749a5978ffb9ea.zip
Chase libxml2 includes to unbreak build.
Notes
Notes: svn path=/head/; revision=57029
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>