diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-05 22:16:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-05 22:16:13 +0000 |
commit | 614c914f3d10198f87c2a0967314ebd38ee721e6 (patch) | |
tree | 6fc90e7b6a06e37c8164c85f23af28765aef25c3 /lang/lua | |
parent | 629892cbb93c4a549f8f18e7ebbf26ecdbbdd1d2 (diff) | |
download | ports-614c914f3d10198f87c2a0967314ebd38ee721e6.tar.gz ports-614c914f3d10198f87c2a0967314ebd38ee721e6.zip |
- Enable popen(3) support
PR: ports/82959
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: Richard Kiss <him@richardkiss.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=138546
Diffstat (limited to 'lang/lua')
-rw-r--r-- | lang/lua/Makefile | 1 | ||||
-rw-r--r-- | lang/lua/files/patch-config | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 227d4889b2a3..ca222ac39f8d 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -7,6 +7,7 @@ PORTNAME= lua PORTVERSION= 5.0.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ \ ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \ diff --git a/lang/lua/files/patch-config b/lang/lua/files/patch-config new file mode 100644 index 000000000000..af26d8b26550 --- /dev/null +++ b/lang/lua/files/patch-config @@ -0,0 +1,11 @@ +--- config.orig Fri Apr 11 16:00:41 2003 ++++ config Wed Jul 6 00:09:46 2005 +@@ -6,7 +6,7 @@ + LOADLIB= + DLLIB= + NUMBER= +-POPEN= ++POPEN= -DUSE_POPEN=1 + TMPNAM= + DEGREES= + USERCONF= |