Add -fPIC while building at sparc64 as well
This commit is contained in:
parent
9882adfbeb
commit
5308c9abab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130819
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue