diff options
author | mandree <mandree@FreeBSD.org> | 2012-03-17 02:18:01 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-03-17 02:18:01 +0800 |
commit | 2614fda342eaf00aac324c1850684928429331c3 (patch) | |
tree | a555b5d5cfa874a032f06689c13a9dee439c082d /lang/lua | |
parent | 89bc5930666805610d3f75b183b9f9358b598024 (diff) | |
download | freebsd-ports-gnome-2614fda342eaf00aac324c1850684928429331c3.tar.gz freebsd-ports-gnome-2614fda342eaf00aac324c1850684928429331c3.tar.zst freebsd-ports-gnome-2614fda342eaf00aac324c1850684928429331c3.zip |
Be sure to pass CFLAGS properly if set in /etc/make.conf.
Reported by: mezz
Feature safe: yes
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 5c7fb82c43c9..9ea2e7cf66d0 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -27,6 +27,7 @@ USE_GNOME= pkgconfig USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}" +MAKE_ARGS= CFLAGS="${CFLAGS}" MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} |