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/files/patch-config | |
parent | Add gens, a Sega Genesis/CD/32X emulator (diff) |
- Enable popen(3) support
PR: ports/82959
Submitted by: Ed Schouten <ed@fxq.nl>
Approved by: Richard Kiss <him@richardkiss.com> (maintainer)
Diffstat (limited to 'lang/lua/files/patch-config')
-rw-r--r-- | lang/lua/files/patch-config | 11 |
1 files changed, 11 insertions, 0 deletions
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= |