- set CFLAGS+=-fPIC in CONFIGURE_ENV (tested on pluto1)
Noticed by: kris
This commit is contained in:
parent
352c008816
commit
8bd6265789
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154029
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ MAN3= Text::BibTeX.3 \
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
||||
CFLAGS+= -fPIC -fpic
|
||||
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fPIC"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue