diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2019-04-08 01:58:03 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-20 08:52:00 +0200 |
commit | a558d682eaa5d62018c226152f7476e741a34900 (patch) | |
tree | 80ec7ed1cd68bf608825c55d01bfbed8178d4486 /games-fps/yamagi-quake2/files | |
parent | games-fps/yamagi-quake2: version bump to 7.40 (diff) | |
download | gentoo-a558d682eaa5d62018c226152f7476e741a34900.tar.gz gentoo-a558d682eaa5d62018c226152f7476e741a34900.tar.bz2 gentoo-a558d682eaa5d62018c226152f7476e741a34900.zip |
games-fps/yamagi-quake2: remove old
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11634
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-fps/yamagi-quake2/files')
-rw-r--r-- | games-fps/yamagi-quake2/files/yamagi-quake2-zlib.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/games-fps/yamagi-quake2/files/yamagi-quake2-zlib.patch b/games-fps/yamagi-quake2/files/yamagi-quake2-zlib.patch deleted file mode 100644 index 1de79c986907..000000000000 --- a/games-fps/yamagi-quake2/files/yamagi-quake2-zlib.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.gentoo.org/383179 - -Upstream removed OF macro definition: -https://github.com/yquake2/yquake2/commit/716d72a295c9247b3c88ccd180bb7a517ed99e13 - ---- a/src/common/unzip/ioapi.h 2018-03-10 20:24:21.000000000 +0300 -+++ b/src/common/unzip/ioapi.h 2018-04-10 00:34:08.688675097 +0300 -@@ -120,6 +120,9 @@ - #define ZLIB_FILEFUNC_MODE_EXISTING (4) - #define ZLIB_FILEFUNC_MODE_CREATE (8) - -+#ifdef _Z_OF -+#define OF _Z_OF -+#endif - - #ifndef ZCALLBACK - #if (defined(WIN32) || defined(_WIN32) || defined (WINDOWS) || defined (_WINDOWS)) && defined(CALLBACK) && defined (USEWINDOWS_CALLBACK) |