Date: Tue, 4 Jan 2022 18:17:59 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9d0d85996707 - main - converters/lua-iconv: fix build on riscv64 Message-ID: <202201041817.204IHx7e039400@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201041817.204IHx7e039400>