summaryrefslogtreecommitdiff
path: root/social/lua-cyrussasl/lua-cyrussasl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'social/lua-cyrussasl/lua-cyrussasl.patch')
-rw-r--r--social/lua-cyrussasl/lua-cyrussasl.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/social/lua-cyrussasl/lua-cyrussasl.patch b/social/lua-cyrussasl/lua-cyrussasl.patch
deleted file mode 100644
index 5309e5af1..000000000
--- a/social/lua-cyrussasl/lua-cyrussasl.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 9c696ab..37057da 100644
---- a/Makefile
-+++ b/Makefile
-@@ -4,12 +4,18 @@
- #LUAPATH=/usr/share/lua/5.1
- #CPATH=/usr/lib/lua/5.1
-
-+# Linux (Arch Linux)
-+CFLAGS=-g -O2 -fpic -I/usr/include
-+LDFLAGS=-O -shared -fpic -lsasl2
-+LUAPATH=/usr/share/lua/5.1
-+CPATH=/usr/lib/lua/5.1
-+
- # MacOS
--CFLAGS=-g -Wall -O2
--LDFLAGS=-bundle -undefined dynamic_lookup -lsasl2
--MACOSX_VERSION=10.5
--LUAPATH=/usr/local/share/lua/5.1
--CPATH=/usr/local/lib/lua/5.1
-+#CFLAGS=-g -Wall -O2
-+#LDFLAGS=-bundle -undefined dynamic_lookup -lsasl2
-+#MACOSX_VERSION=10.5
-+#LUAPATH=/usr/local/share/lua/5.1
-+#CPATH=/usr/local/lib/lua/5.1
-
- #########################################################
- #
-@@ -26,7 +32,7 @@ OBJS=cyrussasl.o luaabstract.o context.o
- all: $(TARGET)
-
- install: $(TARGET)
-- cp $(TARGET) $(CPATH)
-+ cp $(TARGET) $(DESTDIR)$(CPATH)
-
- clean:
- rm -f *.o *.so *~