diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 05:53:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 05:53:19 +0000 |
commit | faed59a1ad9a91f9f2a182d347749a5978ffb9ea (patch) | |
tree | eb65d06074a46d466881df046f3431a30921499b /textproc/gdome2/Makefile | |
parent | Chase libxml2 includes to unbreak build (diff) |
Chase libxml2 includes to unbreak build.
Notes
Notes:
svn path=/head/; revision=57029
Diffstat (limited to '')
-rw-r--r-- | textproc/gdome2/Makefile | 1 |
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> |