summaryrefslogtreecommitdiff
path: root/emulators/zsnes/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/zsnes/patches/patch-ae')
-rw-r--r--emulators/zsnes/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
diff --git a/emulators/zsnes/patches/patch-ae b/emulators/zsnes/patches/patch-ae
new file mode 100644
index 00000000000..a745ccc48c2
--- /dev/null
+++ b/emulators/zsnes/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2005/01/20 00:43:15 xtraeme Exp $
+
+--- zip/zunzip.h.orig 2005-01-20 01:37:57.000000000 +0100
++++ zip/zunzip.h 2005-01-20 01:38:09.000000000 +0100
+@@ -41,6 +41,10 @@
+ #ifndef _unz_H
+ #define _unz_H
+
++#ifndef OF
++# define OF(args) args
++#endif
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif