aboutsummaryrefslogtreecommitdiff
path: root/lang/lua
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-04-11 21:21:04 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-04-11 21:21:04 +0000
commitaacbf62416c9012c043b92e94d5b13b73039da20 (patch)
treef65de3d0724950b9eed23dd1f09e48034a9f1b3f /lang/lua
parentb687ceda0b6bbfbeab6ef00d40ca41367dbd5e25 (diff)
downloadports-aacbf62416c9012c043b92e94d5b13b73039da20.tar.gz
ports-aacbf62416c9012c043b92e94d5b13b73039da20.zip
Notes
Diffstat (limited to 'lang/lua')
-rw-r--r--lang/lua/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile
index e8652e5d7316..73f8d224d1ce 100644
--- a/lang/lua/Makefile
+++ b/lang/lua/Makefile
@@ -24,6 +24,9 @@ USE_GNOME= pkgconfig
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
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}
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1