diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 16:59:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-15 16:59:09 +0000 |
commit | 03c45c0a0d2292a754362d73b7810331897ab562 (patch) | |
tree | 2c59f55f52a0d76b9b4b18798e2c8751dae656ab /devel/lua-posix/files/patch-posix.lua | |
parent | The Package Compatibility (Compat-5.1) is a set of files which provides an (diff) |
LuaPosix is a Lua extension library that provides support for POSIX.
PR: ports/94987
Submitted by: Andrew Turner <andrew@fubar.geek.nz>
Notes
Notes:
svn path=/head/; revision=159630
Diffstat (limited to 'devel/lua-posix/files/patch-posix.lua')
-rw-r--r-- | devel/lua-posix/files/patch-posix.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/lua-posix/files/patch-posix.lua b/devel/lua-posix/files/patch-posix.lua new file mode 100644 index 000000000000..175746fb81df --- /dev/null +++ b/devel/lua-posix/files/patch-posix.lua @@ -0,0 +1,8 @@ +--- posix.lua.orig Tue Apr 11 23:59:52 2006 ++++ posix.lua Wed Apr 12 00:00:49 2006 +@@ -8,3 +8,5 @@ + end + + so"posix" ++ ++return posix |