From 2071623ebaa60880b38e9abf7fc1ffa431b7087a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 9 Jul 2013 14:24:19 +0000 Subject: testing/lua5.2-socket: new aport Luasocket is the most comprehensive networking support library for the Lua language. http://luaforge.net/projects/luasocket/ --- testing/lua5.2-socket/include-luasocket.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 testing/lua5.2-socket/include-luasocket.patch (limited to 'testing/lua5.2-socket/include-luasocket.patch') diff --git a/testing/lua5.2-socket/include-luasocket.patch b/testing/lua5.2-socket/include-luasocket.patch new file mode 100644 index 000000000..e227b0414 --- /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 + + /* -- cgit v1.2.3