aboutsummaryrefslogtreecommitdiff
path: root/lang/lua51
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2016-02-20 19:19:50 +0000
committerIan Lepore <ian@FreeBSD.org>2016-02-20 19:19:50 +0000
commit53625bac52bb8604215639523b1893cebc9a58d3 (patch)
tree5010fade097bac5325d7bd4e7964e6ee479a7172 /lang/lua51
parentcae6f97d44592bf44cd69ecef7ef4b026bbc6588 (diff)
downloadports-53625bac52bb8604215639523b1893cebc9a58d3.tar.gz
ports-53625bac52bb8604215639523b1893cebc9a58d3.zip
Notes
Diffstat (limited to 'lang/lua51')
-rw-r--r--lang/lua51/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/lua51/Makefile b/lang/lua51/Makefile
index 08556a45dee8..c99e2a20d401 100644
--- a/lang/lua51/Makefile
+++ b/lang/lua51/Makefile
@@ -52,9 +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
+CFLAGS+= -fPIC
post-patch:
@${REINPLACE_CMD} -e 's,rand *(,random(,g' \