summaryrefslogtreecommitdiff
path: root/games-emulation/gngb/files/gngb-20060309-gentoo-zlib.patch
blob: bff6f5d6af9ebeaaa6a76141a2f1ca780ecd47c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Gentoo's zlib.h does s/OF/_Z_OF/, so define OF if missing.
https://bugs.gentoo.org/383179
--- a/src/unzip.h
+++ b/src/unzip.h
@@ -59,4 +59,7 @@
 #endif
 
+#ifndef OF
+#define OF(x) x
+#endif
 
 #define UNZ_OK                                  (0)