diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-02-18 16:33:34 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-02-18 16:33:34 +0000 |
commit | 93467b9170f5c4390f5f70861bf00c07e30b9d50 (patch) | |
tree | 8bf7e57849ffcdae63e19dbccb7ddba2f5a24f04 /www | |
parent | 52fc7122ecc6b26d9d48cf39c79bad3a6c8417f4 (diff) | |
download | freebsd-ports-93467b9170f5c4390f5f70861bf00c07e30b9d50.zip |
Add patch forgotten in the previous commit to this port
Diffstat (limited to 'www')
-rw-r--r-- | www/squid24/files/patch-auth_modules_LDAP_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/squid24/files/patch-auth_modules_LDAP_Makefile.in b/www/squid24/files/patch-auth_modules_LDAP_Makefile.in new file mode 100644 index 000000000000..a1f0a75d5289 --- /dev/null +++ b/www/squid24/files/patch-auth_modules_LDAP_Makefile.in @@ -0,0 +1,11 @@ +--- auth_modules/LDAP/Makefile.in.orig Tue Feb 3 10:27:52 2004 ++++ auth_modules/LDAP/Makefile.in Tue Feb 3 10:29:08 2004 +@@ -36,6 +36,8 @@ + RM = @RM@ + SHELL = /bin/sh + ++INCLUDE = -I. -I../../include -I$(top_srcdir)/include ++CFLAGS = $(AC_CFLAGS) $(INCLUDE) $(DEFINES) + + all: $(LDAP_EXE) + |