aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-10-23 21:48:10 +0800
committermarino <marino@FreeBSD.org>2014-10-23 21:48:10 +0800
commit7f7c3f86ee170b5677bef4a0f84a509f2065ec19 (patch)
tree329128e2a76c1c931b2791d925795a5c49bdfe30
parent279ac17e8a02409f896af122e692e8cdc5f6bf9b (diff)
downloadfreebsd-ports-gnome-7f7c3f86ee170b5677bef4a0f84a509f2065ec19.tar.gz
freebsd-ports-gnome-7f7c3f86ee170b5677bef4a0f84a509f2065ec19.tar.zst
freebsd-ports-gnome-7f7c3f86ee170b5677bef4a0f84a509f2065ec19.zip
www/squid: DragonFly needs an include CFLAG with Kerberos
-rw-r--r--www/squid/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile
index 20a88e9f12a0..36942f0234f5 100644
--- a/www/squid/Makefile
+++ b/www/squid/Makefile
@@ -226,6 +226,7 @@ basic_auth+= NIS
negotiate_auth= kerberos wrapper
. if ${OPSYS} == DragonFly
LIB_DEPENDS+= libkrb5.so:${PORTSDIR}/security/krb5
+CFLAGS+= -I${LOCALBASE}/include
. endif
# the kerberos_ldap_group external helper also depends on LDAP and SASL:
. if ${PORT_OPTIONS:MAUTH_LDAP} && ${PORT_OPTIONS:MAUTH_SASL}