svn commit: r371394 - head/www/squid
John Marino
marino at FreeBSD.org
Thu Oct 23 13:48:10 UTC 2014
Author: marino
Date: Thu Oct 23 13:48:10 2014
New Revision: 371394
URL: https://svnweb.freebsd.org/changeset/ports/371394
QAT: https://qat.redports.org/buildarchive/r371394/
Log:
www/squid: DragonFly needs an include CFLAG with Kerberos
Modified:
head/www/squid/Makefile
Modified: head/www/squid/Makefile
==============================================================================
--- head/www/squid/Makefile Thu Oct 23 13:06:38 2014 (r371393)
+++ head/www/squid/Makefile Thu Oct 23 13:48:10 2014 (r371394)
@@ -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}
More information about the svn-ports-all
mailing list