Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Feb 2015 16:04:22 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378250 - head/net/libnatpmp
Message-ID:  <201502011604.t11G4MjW057569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Feb  1 16:04:21 2015
New Revision: 378250
URL: https://svnweb.freebsd.org/changeset/ports/378250
QAT: https://qat.redports.org/buildarchive/r378250/

Log:
  Drop redundant -fPIC from CFLAGS
  
  PR:		194030 (followup)
  Approved by:	bapt (mentor)

Modified:
  head/net/libnatpmp/Makefile

Modified: head/net/libnatpmp/Makefile
==============================================================================
--- head/net/libnatpmp/Makefile	Sun Feb  1 15:48:57 2015	(r378249)
+++ head/net/libnatpmp/Makefile	Sun Feb  1 16:04:21 2015	(r378250)
@@ -17,8 +17,6 @@ USE_LDCONFIG=	yes
 MAKE_ARGS+=	CC="${CC}"
 MAKE_ENV+=	INSTALLPREFIX=${STAGEDIR}${PREFIX}
 
-CFLAGS+=	-fPIC
-
 PLIST_FILES=	bin/natpmpc \
 		include/natpmp.h \
 		lib/libnatpmp.a \



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