aboutsummaryrefslogtreecommitdiff
path: root/graphics/lua-gd
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-15 22:02:30 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-15 22:02:30 +0000
commitb951f4219021502e790e1c1281cdb141dd2ac3b8 (patch)
tree63f791ef9714fd2c02b54615e58caf793af46938 /graphics/lua-gd
parent64a800d83df28391a75317302ea47f1210bb5596 (diff)
downloadports-b951f4219021502e790e1c1281cdb141dd2ac3b8.tar.gz
ports-b951f4219021502e790e1c1281cdb141dd2ac3b8.zip
Diffstat (limited to 'graphics/lua-gd')
-rw-r--r--graphics/lua-gd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/lua-gd/Makefile b/graphics/lua-gd/Makefile
index 81eb2dbbc20f..f6d39e3ded67 100644
--- a/graphics/lua-gd/Makefile
+++ b/graphics/lua-gd/Makefile
@@ -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