aboutsummaryrefslogtreecommitdiff
path: root/net/libnatpmp
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2015-02-01 16:04:21 +0000
committerJan Beich <jbeich@FreeBSD.org>2015-02-01 16:04:21 +0000
commitd57c414f169a487555d6349229677df5140f607f (patch)
tree4f542b15232f5ec94522bd5ae459b80bf3c2a5ad /net/libnatpmp
parent425d2781744de349dff968ec6ca374617c0e7a36 (diff)
downloadports-d57c414f169a487555d6349229677df5140f607f.tar.gz
ports-d57c414f169a487555d6349229677df5140f607f.zip
Drop redundant -fPIC from CFLAGS
PR: 194030 (followup) Approved by: bapt (mentor)
Notes
Notes: svn path=/head/; revision=378250
Diffstat (limited to 'net/libnatpmp')
-rw-r--r--net/libnatpmp/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/libnatpmp/Makefile b/net/libnatpmp/Makefile
index 44e3a8eb0a32..aedff650d44e 100644
--- a/net/libnatpmp/Makefile
+++ b/net/libnatpmp/Makefile
@@ -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 \