1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/sqwebmail/files/patch-ldap
2004-03-17 17:51:32 +00:00

14 lines
382 B
Plaintext

--- authlib/configure.orig Wed Mar 3 05:54:13 2004
+++ authlib/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'