diff options
author | vanilla <vanilla@FreeBSD.org> | 2011-09-25 20:52:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2011-09-25 20:52:33 +0800 |
commit | 555a72e2052ad03800259e090a2c46d5c23c4591 (patch) | |
tree | 54968574c08ff0fbd533e7bc473b1ce7feb3fa2f /converters | |
parent | 3eb736b15cfe852572eb932fb1abe46810067871 (diff) | |
download | freebsd-ports-gnome-555a72e2052ad03800259e090a2c46d5c23c4591.tar.gz freebsd-ports-gnome-555a72e2052ad03800259e090a2c46d5c23c4591.tar.zst freebsd-ports-gnome-555a72e2052ad03800259e090a2c46d5c23c4591.zip |
remove unnecessary file.
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua>
Diffstat (limited to 'converters')
-rw-r--r-- | converters/lua-iconv/patch-Makefile | 21 |
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) - |