Support builds that set CFLAGS=... in /etc/make.conf (discouraged).

This commit is contained in:
Matthias Andree 2012-04-11 21:15:16 +00:00
parent 3e3bca7274
commit e2f1e0682e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294678

View file

@ -7,7 +7,7 @@
PORTNAME= lua
PORTVERSION= 5.1.5
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= http://www.lua.org/ftp/ \
ftp://ftp.ntua.gr/pub/lang/lua/ \
@ -24,7 +24,7 @@ USE_GNOME= pkgconfig
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
MAKE_ARGS= MYCFLAGS="${CFLAGS}"
MAKE_ARGS= __MAKE_CONF=${NONEXISTENT}
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR}