summaryrefslogtreecommitdiff
path: root/games-emulation/daphne/files/daphne-1.0-zlib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/daphne/files/daphne-1.0-zlib.patch')
-rw-r--r--games-emulation/daphne/files/daphne-1.0-zlib.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/games-emulation/daphne/files/daphne-1.0-zlib.patch b/games-emulation/daphne/files/daphne-1.0-zlib.patch
deleted file mode 100644
index d94af3b174f4..000000000000
--- a/games-emulation/daphne/files/daphne-1.0-zlib.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/io/unzip.h 2011-09-21 12:13:28.911668053 +0200
-+++ b/io/unzip.h 2011-09-21 12:14:53.074658064 +0200
-@@ -57,6 +57,10 @@
- #include "zlib.h"
- #endif
-
-+#ifndef OF
-+#define OF _Z_OF
-+#endif
-+
- #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP)
- /* like the STRICT of WIN32, we define a pointer that cannot be converted
- from (void*) without cast */