diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-08-26 07:52:42 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-08-26 07:52:42 +0000 |
commit | cfd2bfaaac6ceb00563a9aefd5cdd86fc80f4ae5 (patch) | |
tree | 915fd767a5b608da4bd00c7e1978258bda1b16e9 /textproc/php4-domxml | |
parent | 2be8a1489e3c13fd5912269e953019eb8c2735d4 (diff) | |
download | ports-cfd2bfaaac6ceb00563a9aefd5cdd86fc80f4ae5.tar.gz ports-cfd2bfaaac6ceb00563a9aefd5cdd86fc80f4ae5.zip |
Notes
Diffstat (limited to 'textproc/php4-domxml')
-rw-r--r-- | textproc/php4-domxml/files/patch-config.m4 | 10 |
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>) |