Attempt to unbreak on sparc64

Noticed by:	linimon@ (via pointyhat)
This commit is contained in:
Wesley Shields 2010-04-21 01:51:03 +00:00
parent d6f3328631
commit d9e89a89cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252985

View File

@ -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