diff options
Diffstat (limited to 'app-arch/zip/files/zip-2.31-make.patch')
-rw-r--r-- | app-arch/zip/files/zip-2.31-make.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-arch/zip/files/zip-2.31-make.patch b/app-arch/zip/files/zip-2.31-make.patch new file mode 100644 index 000000000000..0e862e62f275 --- /dev/null +++ b/app-arch/zip/files/zip-2.31-make.patch @@ -0,0 +1,13 @@ +Index: zip-2.31/unix/Makefile +=================================================================== +--- zip-2.31.orig/unix/Makefile ++++ zip-2.31/unix/Makefile +@@ -13,7 +13,7 @@ all: + + list: all + +-MAKE = make -f unix/Makefile ++MAKE := $(MAKE) -f unix/Makefile + SHELL = /bin/sh + LN = ln -s + |