diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2012-03-16 18:18:01 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2012-03-16 18:18:01 +0000 |
commit | ae89c82fab45935fbd21c1441b819b9baa4dbb10 (patch) | |
tree | 72ea6f41c32cecdbd19cf22d8556c2decf516993 /lang/lua/Makefile | |
parent | Connect mail/dbmail22 to the build. (diff) |
Be sure to pass CFLAGS properly if set in /etc/make.conf.
Reported by: mezz
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293422
Diffstat (limited to 'lang/lua/Makefile')
-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} |