summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-09-21 10:07:44 +0000
committerMike Frysinger <vapier@gentoo.org>2008-09-21 10:07:44 +0000
commit460c435c7ecbf2c25e38d7e46db78c205447aa18 (patch)
tree11a146139e280ac224b4ab23e072eed86c6cecaf /app-arch/zip/files
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-460c435c7ecbf2c25e38d7e46db78c205447aa18.tar.gz
gentoo-2-460c435c7ecbf2c25e38d7e46db78c205447aa18.tar.bz2
gentoo-2-460c435c7ecbf2c25e38d7e46db78c205447aa18.zip
old
Diffstat (limited to 'app-arch/zip/files')
-rw-r--r--app-arch/zip/files/zip-2.31-make.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-arch/zip/files/zip-2.31-make.patch b/app-arch/zip/files/zip-2.31-make.patch
deleted file mode 100644
index 3b0606457e30..000000000000
--- a/app-arch/zip/files/zip-2.31-make.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- zip-2.31/unix/Makefile
-+++ zip-2.31/unix/Makefile
-@@ -13,15 +13,15 @@
-
- list: all
-
--MAKE = make -f unix/Makefile
-+MAKE := $(MAKE) -f unix/Makefile
- SHELL = /bin/sh
- LN = ln -s
-
- # (to use the Gnu compiler, change cc to gcc in CC)
--CC = cc
-+CC ?= gcc
- BIND = $(CC)
- AS = $(CC) -c
--CPP = /lib/cpp
-+CPP ?= $(CC)
- EXE =
-
- # probably can change this to 'install' if you have it