aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/php4-domxml
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2004-08-26 15:52:42 +0800
committerale <ale@FreeBSD.org>2004-08-26 15:52:42 +0800
commitaec394aee8a4efb89c4744c88b5d79e5caaeaa3b (patch)
treef3d5762e55cf38a574c568e0b221b94e6253f42d /textproc/php4-domxml
parentdef06c1cef879459ad534d16136da191e1f56809 (diff)
downloadfreebsd-ports-gnome-aec394aee8a4efb89c4744c88b5d79e5caaeaa3b.tar.gz
freebsd-ports-gnome-aec394aee8a4efb89c4744c88b5d79e5caaeaa3b.tar.zst
freebsd-ports-gnome-aec394aee8a4efb89c4744c88b5d79e5caaeaa3b.zip
Fix build when XSLT is disabled.
Spotted by: Damir Horvat <damir@voljatel.si>
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>)