aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-mpack/dont-download-libmpack.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-10 15:14:10 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-10 15:14:44 +0100
commit470e520be3fe731c9d11a3540d3ac27fd6aa2221 (patch)
treea1b6b33a5f3b72e6a7a88abc504df07c8faf0c0e /community/lua-mpack/dont-download-libmpack.patch
parent3cce77bfd3dd0c854efff3969801379484a29516 (diff)
downloadaports-470e520be3fe731c9d11a3540d3ac27fd6aa2221.tar.bz2
aports-470e520be3fe731c9d11a3540d3ac27fd6aa2221.tar.xz
community/lua-mpack: upgrade to 1.0.7
Diffstat (limited to 'community/lua-mpack/dont-download-libmpack.patch')
-rw-r--r--community/lua-mpack/dont-download-libmpack.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/community/lua-mpack/dont-download-libmpack.patch b/community/lua-mpack/dont-download-libmpack.patch
deleted file mode 100644
index 2dc76cc97f..0000000000
--- a/community/lua-mpack/dont-download-libmpack.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -66,7 +66,7 @@
- mkdir -p $$dir && cd $$dir && \
- $(FETCH) $(MPACK_URL) | $(UNTGZ)
-
--release: mpack-src
-+release:
- rm -f libmpack-lua-$(LMPACK_VERSION).tar.gz
- tar cvfz libmpack-lua-$(LMPACK_VERSION).tar.gz \
- --transform 's,^,libmpack-lua-$(LMPACK_VERSION)/,' \
-@@ -95,10 +95,10 @@
- $(DEPS_PREFIX)/lib/luarocks/rocks/busted/2.0.rc12-1/bin/busted test.lua
-
- ifeq ($(USE_SYSTEM_LUA),no)
--$(MPACK): $(LUAROCKS) mpack-src lmpack.c
-+$(MPACK): $(LUAROCKS) lmpack.c
- $(LUAROCKS) make CFLAGS='$(CFLAGS)'
- else
--$(MPACK): mpack-src lmpack.c
-+$(MPACK): lmpack.c
- $(CC) -shared $(CFLAGS) $(INCLUDES) $(LDFLAGS) $^ -o $@ $(LIBS)
- endif