Fix build on AMD64
PR: 63202 Submitted by: Hendrik Scholz <hendrik@scholz.net>
This commit is contained in:
parent
2007679a45
commit
ee8a728b11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101747
1 changed files with 4 additions and 0 deletions
|
@ -48,4 +48,8 @@ post-install:
|
|||
@${STRIP_CMD} ${PREFIX}/bin/lua
|
||||
@${STRIP_CMD} ${PREFIX}/bin/luac
|
||||
|
||||
.if ${MACHINE_ARCH:L} == "amd64"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue