summaryrefslogtreecommitdiffstats
path: root/testing/libfetch/Makefile
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2011-01-13 01:18:28 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2011-01-13 01:18:28 -0600
commit2b14708d36bd651a1819d9005e4d53f551862b89 (patch)
treef7b0d201d327c81ee12d8b0edfc11a927653c1e4 /testing/libfetch/Makefile
parentef9a2272a50f755ca87e6333261f3f99e7eb1425 (diff)
downloadaports-2b14708d36bd651a1819d9005e4d53f551862b89.tar.bz2
aports-2b14708d36bd651a1819d9005e4d53f551862b89.tar.xz
testing/libfetch: -fPIC buildfix
Diffstat (limited to 'testing/libfetch/Makefile')
-rw-r--r--testing/libfetch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libfetch/Makefile b/testing/libfetch/Makefile
index 9686e5a4d..9bc8c116d 100644
--- a/testing/libfetch/Makefile
+++ b/testing/libfetch/Makefile
@@ -7,7 +7,7 @@ FETCH_WITH_LFS = true
WARNINGS = -Wall -Wstrict-prototypes -Wsign-compare -Wchar-subscripts \
-Wpointer-arith -Wcast-align -Wsign-compare
-CFLAGS ?= -O2 -pipe -I. -fPIC $(WARNINGS)
+CFLAGS += -O2 -pipe -I. -fPIC $(WARNINGS)
CFLAGS += -DFTP_COMBINE_CWDS -DNETBSD