diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-22 14:05:06 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-22 14:05:06 +0300 |
commit | 761556c1682af7d7a51a1fb706afce9324dfc93e (patch) | |
tree | 038627e194babdf74fb3dd892c34fa4ad55e0d7e /app-arch/gzip/files | |
parent | app-arch/gzip: m68k stable wrt bug #674100 (diff) | |
download | gentoo-761556c1682af7d7a51a1fb706afce9324dfc93e.tar.gz gentoo-761556c1682af7d7a51a1fb706afce9324dfc93e.tar.bz2 gentoo-761556c1682af7d7a51a1fb706afce9324dfc93e.zip |
app-arch/gzip: Drop old
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-arch/gzip/files')
-rw-r--r-- | app-arch/gzip/files/gzip-1.4-asmv.patch | 30 |
1 files changed, 0 insertions, 30 deletions
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 '\\' |