Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2021 17:14:45 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: 3446d842b21c - main - converters/lua-iconv: fix build on powerpc
Message-ID:  <202106061714.156HEjRm071455@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=3446d842b21c84fd678afd62a54c6a055e2c30db

commit 3446d842b21c84fd678afd62a54c6a055e2c30db
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-06 17:15:10 +0000
Commit:     Piotr Kubaj <pkubaj@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106061714.156HEjRm071455>