summaryrefslogtreecommitdiff
path: root/lang/lua
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-04-11 22:26:24 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-04-11 22:26:24 +0000
commit877125301245bcf541ea830c5b0698ec620e22f0 (patch)
treed8b8455d5a808ddc71ee929dd5717b8a3430a723 /lang/lua
parent- Update sks to 1.1.3 (diff)
Forced commit to mention that ohauer@ has joined lua@.
Notes
Notes: svn path=/head/; revision=294682
Diffstat (limited to 'lang/lua')
-rw-r--r--lang/lua/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile
index 73f8d224d1ce..b5dee671dcb0 100644
--- a/lang/lua/Makefile
+++ b/lang/lua/Makefile
@@ -27,7 +27,7 @@ MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
# Overriding __MAKE_CONF makes sure that we don't re-parse
# /etc/make.conf during do-build, which would jeopardize the build
# if, for instance, the user set CFLAGS=mumble
-MAKE_ARGS= __MAKE_CONF=${NONEXISTENT}
+MAKE_ARGS= __MAKE_CONF=${NONEXISTENT} CFLAGS="${CFLAGS}"
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR}