summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2019-04-08 01:58:03 +0300
committerMichał Górny <mgorny@gentoo.org>2019-04-20 08:52:00 +0200
commita558d682eaa5d62018c226152f7476e741a34900 (patch)
tree80ec7ed1cd68bf608825c55d01bfbed8178d4486 /games-fps/yamagi-quake2/files
parentgames-fps/yamagi-quake2: version bump to 7.40 (diff)
downloadgentoo-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.patch17
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)