diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-12 14:48:48 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-12 14:48:48 +0000 |
commit | fddf413d0e6b2a47a75ebcd328e61c0da558d3db (patch) | |
tree | f842ec2821b2efd29eaada09e108ecc49fc70a94 /graphics | |
parent | 1844382f001d684cdfd73ec7fa146835dc3d7783 (diff) | |
download | ports-fddf413d0e6b2a47a75ebcd328e61c0da558d3db.tar.gz ports-fddf413d0e6b2a47a75ebcd328e61c0da558d3db.zip |
graphics/lua-gd: fix build on armv7
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lua-gd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |