mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
converters/lua-iconv: fix build on powerpc
Same issue as other architectures
This commit is contained in:
parent
be575ef66b
commit
3446d842b2
@ -25,6 +25,7 @@ CFLAGS_amd64= -fPIC
|
||||
CFLAGS_armv6= -fPIC
|
||||
CFLAGS_armv7= -fPIC
|
||||
CFLAGS_i386= -fPIC
|
||||
CFLAGS_powerpc= -fPIC
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user