summaryrefslogtreecommitdiff
path: root/devel/lua-posix/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lua-posix/files')
-rw-r--r--devel/lua-posix/files/patch-Makefile30
-rw-r--r--devel/lua-posix/files/patch-posix.lua8
2 files changed, 0 insertions, 38 deletions
diff --git a/devel/lua-posix/files/patch-Makefile b/devel/lua-posix/files/patch-Makefile
deleted file mode 100644
index b0eb70640eb4..000000000000
--- a/devel/lua-posix/files/patch-Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.orig Wed Nov 5 21:26:49 2003
-+++ Makefile Mon Aug 7 00:38:38 2006
-@@ -1,13 +1,13 @@
- # makefile for POSIX library for Lua
-
- # change these to reflect your Lua installation
--LUA= /tmp/lhf/lua-5.0
--LUAINC= $(LUA)/include
--LUALIB= $(LUA)/lib
--LUABIN= $(LUA)/bin
-+LUA= ${PREFIX}
-+LUAINC= $(LUA_INCDIR)
-+LUALIB= $(LUA_LIBDIR)
-+LUABIN= $(LUA_BINDIR)
-
- # no need to change anything below here
--CFLAGS= -fPIC $(INCS) $(WARN) -O2 $G
-+CFLAGS+= -fPIC $(INCS) $(WARN) -O2 $G
- WARN= -pedantic -Wall
- INCS= -I$(LUAINC)
-
-@@ -21,7 +21,7 @@
- all: test
-
- test: $T
-- $(LUABIN)/lua -l$(MYNAME) test.lua
-+ LD_PRELOAD=${LUA_LIBDIR}/liblua.so:${LUA_LIBDIR}/liblualib.so $(LUABIN)/lua -l$(MYNAME) test.lua
-
- $T: $(OBJS)
- $(CC) -o $@ -shared $(OBJS)
diff --git a/devel/lua-posix/files/patch-posix.lua b/devel/lua-posix/files/patch-posix.lua
deleted file mode 100644
index 175746fb81df..000000000000
--- a/devel/lua-posix/files/patch-posix.lua
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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