1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Be sure to pass CFLAGS properly if set in /etc/make.conf.

Reported by:  mezz
Feature safe: yes
This commit is contained in:
Matthias Andree 2012-03-16 18:18:01 +00:00
parent 8e68849967
commit ae89c82fab
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293422

View File

@ -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}