svn commit: r334178 - head/security/gnutls3

William Grzybowski wg at FreeBSD.org
Mon Nov 18 12:36:06 UTC 2013


Author: wg
Date: Mon Nov 18 12:36:05 2013
New Revision: 334178
URL: http://svnweb.freebsd.org/changeset/ports/334178

Log:
  security/gnutls3: fix include in CPPFLAGS
  
  Reported by:	kwm

Modified:
  head/security/gnutls3/Makefile

Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile	Mon Nov 18 12:18:05 2013	(r334177)
+++ head/security/gnutls3/Makefile	Mon Nov 18 12:36:05 2013	(r334178)
@@ -24,9 +24,8 @@ USE_AUTOTOOLS=	libtool
 USE_GNOME=	ltverhack
 USE_LDCONFIG=	${PREFIX}/lib/gnutls3
 USE_XZ=		yes
-CPPFLAGS=	-I${LOCALBASE}/include
+CPPFLAGS=	-I${LOCALBASE}/include -fPIC
 LDFLAGS=	-L${LOCALBASE}/lib
-CPPFLAGS=	-fPIC
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=		MAKEINFO=${PREFIX}/bin/makeinfo
 CONFIGURE_ARGS=	--program-suffix=${GNUTLS_SUFFIX} \


More information about the svn-ports-all mailing list