git: fddf413d0e6b - main - graphics/lua-gd: fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Nov 2021 14:50:16 UTC
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