svn commit: r378250 - head/net/libnatpmp

Jan Beich jbeich at FreeBSD.org
Sun Feb 1 16:04:22 UTC 2015


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 \


More information about the svn-ports-all mailing list