summaryrefslogtreecommitdiff
path: root/www/apache2/patches/patch-ad
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-03-05 23:24:06 +0000
committerjlam <jlam@pkgsrc.org>2002-03-05 23:24:06 +0000
commit675c556ce7cab3dc27434546e5dcfb38f2c9f974 (patch)
tree2300364c477686318f2387a01c1a5111f345cbbe /www/apache2/patches/patch-ad
parent0a4fa9dcb21a36a4a43e1041f02caff6755754bc (diff)
downloadpkgsrc-675c556ce7cab3dc27434546e5dcfb38f2c9f974.tar.gz
Reimport pkgsrc/www/apache-current as pkgsrc/www/apache2.
Diffstat (limited to 'www/apache2/patches/patch-ad')
-rw-r--r--www/apache2/patches/patch-ad15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/apache2/patches/patch-ad b/www/apache2/patches/patch-ad
new file mode 100644
index 00000000000..886b5fdeb0c
--- /dev/null
+++ b/www/apache2/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1 2002/03/05 23:24:07 jlam Exp $
+
+--- srclib/apr-util/configure.orig Thu Dec 6 17:51:26 2001
++++ srclib/apr-util/configure Thu Dec 6 17:53:26 2001
+@@ -2909,6 +2909,10 @@
+ expat_include_dir="$abs_expatdir/include/xml"
+ expat_libs="-L$abs_expatdir/lib -lexpat"
+ expat_old=yes
++ elif test -r "$abs_expatdir/include/expat.h"; then
++ expat_include_dir="$abs_expatdir/include"
++ expat_libs="-Wl,-R${LOCALBASE}/lib -lexpat"
++ expat_old=yes
+ elif test -r "$abs_expatdir/include/xmltok/xmlparse.h"; then
+ expat_include_dir="$abs_expatdir/include/xmltok"
+ expat_libs="-L$abs_expatdir/lib -lxmlparse -lxmltok"