aboutsummaryrefslogtreecommitdiff
path: root/security/courier-authlib-base/files/patch-ldap
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2004-12-19 11:25:28 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2004-12-19 11:25:28 +0000
commitc16332dab7b02117be3c4acaa6e30ecc3845b910 (patch)
tree445b396957bf68e2b06a89be6539192b85a58b0a /security/courier-authlib-base/files/patch-ldap
parent359e55db9b7fe83cb717e6b676bffe23b2036f71 (diff)
downloadports-c16332dab7b02117be3c4acaa6e30ecc3845b910.tar.gz
ports-c16332dab7b02117be3c4acaa6e30ecc3845b910.zip
Notes
Diffstat (limited to 'security/courier-authlib-base/files/patch-ldap')
-rw-r--r--security/courier-authlib-base/files/patch-ldap13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/courier-authlib-base/files/patch-ldap b/security/courier-authlib-base/files/patch-ldap
new file mode 100644
index 000000000000..1cae12242d67
--- /dev/null
+++ b/security/courier-authlib-base/files/patch-ldap
@@ -0,0 +1,13 @@
+--- configure.orig Wed Mar 3 05:54:13 2004
++++ configure Tue Mar 16 19:36:40 2004
+@@ -1268,6 +1268,10 @@
+ { (exit 1); exit 1; }; }
+ fi
+
++CFLAGS="$CFLAGS -I%%LOCALBASE%%/include"
++CPPFLAGS="$CPPFLAGS -I%%LOCALBASE%%/include"
++LDFLAGS="-L%%LOCALBASE%%/lib $LDFLAGS"
++
+ ac_ext=c
+ ac_cpp='$CPP $CPPFLAGS'
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'