diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-09-21 10:07:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-09-21 10:07:44 +0000 |
commit | 460c435c7ecbf2c25e38d7e46db78c205447aa18 (patch) | |
tree | 11a146139e280ac224b4ab23e072eed86c6cecaf /app-arch/zip/files | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-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.patch | 21 |
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 |