graphics/lua-gd: fix build on powerpc
While here, remove unnecessary +.
This commit is contained in:
parent
64a800d83d
commit
b951f42190
1 changed files with 4 additions and 3 deletions
|
@ -25,9 +25,10 @@ EXAMPLESDIR= ${LUA_EXAMPLESDIR}
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
CFLAGS_aarch64+=-fPIC
|
||||
CFLAGS_amd64+= -fPIC
|
||||
CFLAGS_i386+= -fPIC
|
||||
CFLAGS_aarch64= -fPIC
|
||||
CFLAGS_amd64= -fPIC
|
||||
CFLAGS_i386= -fPIC
|
||||
CFLAGS_powerpc= -fPIC
|
||||
|
||||
do-build:
|
||||
${CC} -o ${WRKSRC}/gd.so ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} ${GDFEATURES} ${WRKSRC}/luagd.c
|
||||
|
|
Loading…
Reference in a new issue