summaryrefslogtreecommitdiff
path: root/games-arcade/xrick/files/xrick-021212-zlib.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/xrick/files/xrick-021212-zlib.patch')
-rw-r--r--games-arcade/xrick/files/xrick-021212-zlib.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/games-arcade/xrick/files/xrick-021212-zlib.patch b/games-arcade/xrick/files/xrick-021212-zlib.patch
new file mode 100644
index 000000000000..da09a46369d6
--- /dev/null
+++ b/games-arcade/xrick/files/xrick-021212-zlib.patch
@@ -0,0 +1,13 @@
+--- include/unzip.h.old 2012-03-24 16:13:16.012854948 +0100
++++ include/unzip.h 2012-03-24 16:15:42.744346771 +0100
+@@ -49,6 +49,10 @@
+ #include "zlib.h"
+ #endif
+
++#ifdef _Z_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 */