mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
graphics/lua-gd: fix build on riscv64
Same issue as on other architectures.
This commit is contained in:
parent
f7cc059367
commit
acbcf49e10
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ CFLAGS_amd64= -fPIC
|
|||
CFLAGS_armv7= -fPIC
|
||||
CFLAGS_i386= -fPIC
|
||||
CFLAGS_powerpc= -fPIC
|
||||
CFLAGS_riscv64= -fPIC
|
||||
|
||||
do-build:
|
||||
${CC} -o ${WRKSRC}/gd.so ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${GDFEATURES} ${WRKSRC}/luagd.c
|
||||
|
|
Loading…
Add table
Reference in a new issue