git: 3446d842b21c - main - converters/lua-iconv: fix build on powerpc
Piotr Kubaj
pkubaj at FreeBSD.org
Sun Jun 6 17:14:45 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3446d842b21c84fd678afd62a54c6a055e2c30db
commit 3446d842b21c84fd678afd62a54c6a055e2c30db
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-06 17:15:10 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-06-06 17:15:10 +0000
converters/lua-iconv: fix build on powerpc
Same issue as other architectures
---
converters/lua-iconv/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/converters/lua-iconv/Makefile b/converters/lua-iconv/Makefile
index 81c3378f7b67..fbd6536033ce 100644
--- a/converters/lua-iconv/Makefile
+++ b/converters/lua-iconv/Makefile
@@ -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}
More information about the dev-commits-ports-all
mailing list