Add -fPIC while building at sparc64 as well

This commit is contained in:
Alexey Zelkin 2005-03-10 16:52:14 +00:00
parent 9882adfbeb
commit 5308c9abab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130819

View file

@ -52,7 +52,7 @@ EXTRA_PATCHES+= ${WITH_JDK_PATCH}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
CONFIGURE_ARGS+= --with-pic
.endif