Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Nov 2021 14:50:16 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: fddf413d0e6b - main - graphics/lua-gd: fix build on armv7
Message-ID:  <202111121450.1ACEoGjs000752@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fddf413d0e6b2a47a75ebcd328e61c0da558d3db

commit fddf413d0e6b2a47a75ebcd328e61c0da558d3db
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-12 14:48:48 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-12 14:48:48 +0000

    graphics/lua-gd: fix build on armv7
---
 graphics/lua-gd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/lua-gd/Makefile b/graphics/lua-gd/Makefile
index f6d39e3ded67..9abb679af5c1 100644
--- a/graphics/lua-gd/Makefile
+++ b/graphics/lua-gd/Makefile
@@ -27,6 +27,7 @@ EXAMPLESDIR=	${LUA_EXAMPLESDIR}
 
 CFLAGS_aarch64=	-fPIC
 CFLAGS_amd64=	-fPIC
+CFLAGS_armv7=	-fPIC
 CFLAGS_i386=	-fPIC
 CFLAGS_powerpc=	-fPIC
 


home | help

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