summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorcjep <cjep>2004-01-01 03:34:49 +0000
committercjep <cjep>2004-01-01 03:34:49 +0000
commit7537d60ff8a5d0af3cf9dfdcf2c09b562a000e51 (patch)
tree7be82350aa003b6f2eaf4f23e18f53613025ee63 /emulators
parentde341b566c9208902c1d5970348bd1c86bc4adc9 (diff)
downloadpkgsrc-7537d60ff8a5d0af3cf9dfdcf2c09b562a000e51.tar.gz
Add patches for previous update
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hatari/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/hatari/patches/patch-aa b/emulators/hatari/patches/patch-aa
new file mode 100644
index 00000000000..77848afd888
--- /dev/null
+++ b/emulators/hatari/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2004/01/01 03:34:49 cjep Exp $
+
+--- includes/unzip.h.orig 2003-03-30 14:39:27.000000000 +0100
++++ includes/unzip.h
+@@ -49,6 +49,14 @@
+ #ifndef _unz_H
+ #define _unz_H
+
++#ifndef OF /* function prototypes */
++# ifdef STDC
++# define OF(args) args
++# else
++# define OF(args) ()
++# endif
++#endif
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif