aboutsummaryrefslogtreecommitdiff
path: root/net/libpcap
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-04-21 01:51:03 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-04-21 01:51:03 +0000
commitd9e89a89cd4a85769bdad28aed2c6ef53da3f357 (patch)
treedcbbd1f926d3cab37d84efe680765d6ee268d12d /net/libpcap
parentd6f3328631416c08c5b5e489d4c2d0d620312a79 (diff)
downloadports-d9e89a89cd4a85769bdad28aed2c6ef53da3f357.tar.gz
ports-d9e89a89cd4a85769bdad28aed2c6ef53da3f357.zip
Notes
Diffstat (limited to 'net/libpcap')
-rw-r--r--net/libpcap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile
index a8f1015aa2a7..360895337c5b 100644
--- a/net/libpcap/Makefile
+++ b/net/libpcap/Makefile
@@ -132,7 +132,7 @@ CONFIGURE_ARGS+= --with-pcap=bpf
CFLAGS+= -DHAVE_DEVICE_CLONING=1
.endif
-.if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
CFLAGS+= -fPIC
.endif