summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-02-18 16:33:34 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-02-18 16:33:34 +0000
commit93467b9170f5c4390f5f70861bf00c07e30b9d50 (patch)
tree8bf7e57849ffcdae63e19dbccb7ddba2f5a24f04 /www
parent- Update to version 2.2.4 (diff)
Add patch forgotten in the previous commit to this port
Notes
Notes: svn path=/head/; revision=101332
Diffstat (limited to 'www')
-rw-r--r--www/squid24/files/patch-auth_modules_LDAP_Makefile.in11
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)
+