aboutsummaryrefslogtreecommitdiff
path: root/converters/lua-iconv/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/lua-iconv/patch-Makefile')
-rw-r--r--converters/lua-iconv/patch-Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/converters/lua-iconv/patch-Makefile b/converters/lua-iconv/patch-Makefile
deleted file mode 100644
index 470cc31e5de5..000000000000
--- a/converters/lua-iconv/patch-Makefile
+++ /dev/null
@@ -1,21 +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)
-