Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 12:36:06 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334178 - head/security/gnutls3
Message-ID:  <201311181236.rAICa6Y4083599@svn.freebsd.org>

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



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