aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lua5.2-socket/include-luasocket.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-09 14:24:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-09 14:24:19 +0000
commit2071623ebaa60880b38e9abf7fc1ffa431b7087a (patch)
treef28167c599ad5b1c673dce3c25a87b2c7dea51a2 /testing/lua5.2-socket/include-luasocket.patch
parent44235a5fb40f3d9a036f9116ff2d85dca2dddfc5 (diff)
downloadaports-2071623ebaa60880b38e9abf7fc1ffa431b7087a.tar.bz2
aports-2071623ebaa60880b38e9abf7fc1ffa431b7087a.tar.xz
testing/lua5.2-socket: new aport
Luasocket is the most comprehensive networking support library for the Lua language. http://luaforge.net/projects/luasocket/
Diffstat (limited to 'testing/lua5.2-socket/include-luasocket.patch')
-rw-r--r--testing/lua5.2-socket/include-luasocket.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/lua5.2-socket/include-luasocket.patch b/testing/lua5.2-socket/include-luasocket.patch
new file mode 100644
index 0000000000..e227b0414a
--- /dev/null
+++ b/testing/lua5.2-socket/include-luasocket.patch
@@ -0,0 +1,10 @@
+--- ./src/serial.c.orig 2013-07-09 14:16:04.793467198 +0000
++++ ./src/serial.c 2013-07-09 14:16:20.230304446 +0000
+@@ -11,6 +11,7 @@
+ #include "socket.h"
+ #include "options.h"
+ #include "unix.h"
++#include "luasocket.h"
+ #include <sys/un.h>
+
+ /*