Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 2014 13:48:10 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371394 - head/www/squid
Message-ID:  <201410231348.s9NDmA2p050692@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410231348.s9NDmA2p050692>