aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lua51
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-06-25 21:12:20 +0800
committeremaste <emaste@FreeBSD.org>2015-06-25 21:12:20 +0800
commit557064547448318d6edb89f245f337b66c5039e9 (patch)
tree9b9269b9d085d7b77c3d36aefccd563f4864f4b4 /lang/lua51
parentb1edc1ad4e18659f01f5d6006dc4306e6eb521f6 (diff)
downloadfreebsd-ports-gnome-557064547448318d6edb89f245f337b66c5039e9.tar.gz
freebsd-ports-gnome-557064547448318d6edb89f245f337b66c5039e9.tar.zst
freebsd-ports-gnome-557064547448318d6edb89f245f337b66c5039e9.zip
lang/lua{51,52,53}: Add -fPIC for arm64
Reviewed by: andrew Approved by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2904
Diffstat (limited to 'lang/lua51')
-rw-r--r--lang/lua51/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/lua51/Makefile b/lang/lua51/Makefile
index 15404b31d7fe..a2c1140856f0 100644
--- a/lang/lua51/Makefile
+++ b/lang/lua51/Makefile
@@ -52,6 +52,7 @@ LUA_SUBDIR?= lua${PKGNAMESUFFIX}
LUA_INCDIR?= ${LUA_PREFIX}/include/${LUA_SUBDIR}
LUA_LIBDIR?= ${LUA_PREFIX}/lib
+CFLAGS_aarch64= -fPIC
CFLAGS_amd64= -fPIC
CFLAGS_powerpc= -fPIC