You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/gngb/files/gngb-20060309-gentoo-zlib.p...

13 lines
246 B

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)