From 761556c1682af7d7a51a1fb706afce9324dfc93e Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Tue, 22 Jan 2019 14:05:06 +0300 Subject: app-arch/gzip: Drop old Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- app-arch/gzip/files/gzip-1.4-asmv.patch | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 app-arch/gzip/files/gzip-1.4-asmv.patch (limited to 'app-arch/gzip/files') 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 - # 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 '\\' -- cgit v1.2.3-65-gdbad