git: 9d0d85996707 - main - converters/lua-iconv: fix build on riscv64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 04 Jan 2022 18:17:59 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9d0d8599670718e4d3af684c8d46d79caa000716
commit 9d0d8599670718e4d3af684c8d46d79caa000716
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-01-04 18:11:48 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-01-04 18:11:48 +0000
converters/lua-iconv: fix build on riscv64
Same 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 fbd6536033ce..7be4b41b1118 100644
--- a/converters/lua-iconv/Makefile
+++ b/converters/lua-iconv/Makefile
@@ -26,6 +26,7 @@ CFLAGS_armv6= -fPIC
CFLAGS_armv7= -fPIC
CFLAGS_i386= -fPIC
CFLAGS_powerpc= -fPIC
+CFLAGS_riscv64= -fPIC
do-install:
@${MKDIR} ${STAGEDIR}${LUA_MODLIBDIR}