aboutsummaryrefslogtreecommitdiff
path: root/textproc/php4-domxml
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-08-26 07:52:42 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-08-26 07:52:42 +0000
commitcfd2bfaaac6ceb00563a9aefd5cdd86fc80f4ae5 (patch)
tree915fd767a5b608da4bd00c7e1978258bda1b16e9 /textproc/php4-domxml
parent2be8a1489e3c13fd5912269e953019eb8c2735d4 (diff)
downloadports-cfd2bfaaac6ceb00563a9aefd5cdd86fc80f4ae5.tar.gz
ports-cfd2bfaaac6ceb00563a9aefd5cdd86fc80f4ae5.zip
Fix build when XSLT is disabled.
Spotted by: Damir Horvat <damir@voljatel.si>
Notes
Notes: svn path=/head/; revision=117294
Diffstat (limited to 'textproc/php4-domxml')
-rw-r--r--textproc/php4-domxml/files/patch-config.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/php4-domxml/files/patch-config.m4 b/textproc/php4-domxml/files/patch-config.m4
new file mode 100644
index 000000000000..c3f63a9a73e5
--- /dev/null
+++ b/textproc/php4-domxml/files/patch-config.m4
@@ -0,0 +1,10 @@
+--- config.m4.orig Thu Aug 26 09:44:58 2004
++++ config.m4 Thu Aug 26 09:47:37 2004
+@@ -66,6 +66,7 @@
+ fi
+
+ PHP_ADD_INCLUDE($DOMXML_DIR/include$DOMXML_DIR_ADD)
++ PHP_ADD_INCLUDE($DOMXML_DIR/include)
+
+ if test "$PHP_ZLIB_DIR" = "no"; then
+ AC_MSG_ERROR(DOMXML requires ZLIB. Use --with-zlib-dir=<DIR>)