summaryrefslogtreecommitdiff
path: root/app-arch/gzip/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-arch/gzip/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-arch/gzip/files')
-rw-r--r--app-arch/gzip/files/gzip-1.3.8-install-symlinks.patch11
-rw-r--r--app-arch/gzip/files/gzip-1.4-asmv.patch30
2 files changed, 0 insertions, 41 deletions
diff --git a/app-arch/gzip/files/gzip-1.3.8-install-symlinks.patch b/app-arch/gzip/files/gzip-1.3.8-install-symlinks.patch
deleted file mode 100644
index 6f04b42c7696..000000000000
--- a/app-arch/gzip/files/gzip-1.3.8-install-symlinks.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -926,7 +926,7 @@
- rm -f "$$dest" && \
- case $@ in \
- install-exec-hook) \
-- ln "$$source" "$$dest" || $(LN_S) "$$source" "$$dest";; \
-+ $(LN_S) "$$source" "$$dest";; \
- esac \
- ) || exit; \
- done; \
diff --git a/app-arch/gzip/files/gzip-1.4-asmv.patch b/app-arch/gzip/files/gzip-1.4-asmv.patch
deleted file mode 100644
index 1be1f63738b0..000000000000
--- a/app-arch/gzip/files/gzip-1.4-asmv.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=302773
-
---- a/tailor.h
-+++ b/tailor.h
-@@ -69,9 +69,6 @@
- # include <io.h>
- # define OS_CODE 0x00
- # define SET_BINARY_MODE(fd) setmode(fd, O_BINARY)
--# if !defined(NO_ASM) && !defined(ASMV)
--# define ASMV
--# endif
- #else
- # define near
- #endif
-@@ -182,7 +179,6 @@
- # define PATH_SEP2 ':'
- # define STDC_HEADERS
- # define OS_CODE 0x01
--# define ASMV
- # ifdef __GNUC__
- # define HAVE_DIRENT_H
- # define HAVE_FCNTL_H
-@@ -201,7 +197,6 @@
- #endif
-
- #if defined(ATARI) || defined(atarist)
--# define ASMV
- # define OS_CODE 0x05
- # ifdef TOSFS
- # define PATH_SEP2 '\\'