diff options
author | sergei <sergei@FreeBSD.org> | 2004-02-19 00:33:34 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-02-19 00:33:34 +0800 |
commit | 71e2616c02f42d34b0abb7c16ec2f3591b6d528e (patch) | |
tree | ff1a89cd6255928844daaa92de6b11db8908be11 /www/squid24 | |
parent | aa5691db2d5f58b73ca3e5780b520844f868b170 (diff) | |
download | freebsd-ports-gnome-71e2616c02f42d34b0abb7c16ec2f3591b6d528e.tar.gz freebsd-ports-gnome-71e2616c02f42d34b0abb7c16ec2f3591b6d528e.tar.zst freebsd-ports-gnome-71e2616c02f42d34b0abb7c16ec2f3591b6d528e.zip |
Add patch forgotten in the previous commit to this port
Diffstat (limited to 'www/squid24')
-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) + |