aboutsummaryrefslogtreecommitdiffstats
path: root/lang/lua
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-04-12 06:26:24 +0800
committerMatthias Andree <mandree@FreeBSD.org>2012-04-12 06:26:24 +0800
commit877125301245bcf541ea830c5b0698ec620e22f0 (patch)
treed8b8455d5a808ddc71ee929dd5717b8a3430a723 /lang/lua
parent19e64d088da618da9eca786f41bbdc55f77f5e71 (diff)
downloadfreebsd-ports-gnome-877125301245bcf541ea830c5b0698ec620e22f0.tar.gz
freebsd-ports-gnome-877125301245bcf541ea830c5b0698ec620e22f0.tar.zst
freebsd-ports-gnome-877125301245bcf541ea830c5b0698ec620e22f0.zip
Forced commit to mention that ohauer@ has joined lua@.
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}