diff options
author | mandree <mandree@FreeBSD.org> | 2012-04-11 03:08:17 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-04-11 03:08:17 +0800 |
commit | 9c6bc0c837dd737c30e05179e4dc8c075cad2b07 (patch) | |
tree | f81e99b670f84f0c87f4b551d05c0f6e1efa31e4 /lang/lua | |
parent | 2fe8e289f60184be3c7e4062462522e5056870da (diff) | |
download | freebsd-ports-gnome-9c6bc0c837dd737c30e05179e4dc8c075cad2b07.tar.gz freebsd-ports-gnome-9c6bc0c837dd737c30e05179e4dc8c075cad2b07.tar.zst freebsd-ports-gnome-9c6bc0c837dd737c30e05179e4dc8c075cad2b07.zip |
Fix regressions, reinstating io.popen support.
Reported by: Pierre Guinoiseau
PR: ports/166753
Reported by: Vrachnis Ilias-Dimitrios
PR: ports/166804
Fixed by: Olli Hauer (ports/166753)
Feature safe: yes
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index b705d988041e..51d001701b64 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -7,7 +7,7 @@ PORTNAME= lua PORTVERSION= 5.1.5 -PORTREVISION= 1 +PORTREVISION= 2 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= CFLAGS="${CFLAGS}" +MAKE_ARGS= MYCFLAGS="${CFLAGS}" MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} |