summaryrefslogtreecommitdiff
path: root/graphics/magicpoint/patches/patch-ay
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/magicpoint/patches/patch-ay')
-rw-r--r--graphics/magicpoint/patches/patch-ay16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/magicpoint/patches/patch-ay b/graphics/magicpoint/patches/patch-ay
new file mode 100644
index 00000000000..88605acb634
--- /dev/null
+++ b/graphics/magicpoint/patches/patch-ay
@@ -0,0 +1,16 @@
+$NetBSD: patch-ay,v 1.1 2008/09/10 13:32:48 taca Exp $
+
+--- image/zio.c.orig 2004-07-29 00:47:31.000000000 +0900
++++ image/zio.c
+@@ -134,11 +134,7 @@ void zreset(filename)
+ }
+ }
+
+-#ifdef __APPLE__
+ ZFILE *zzopen(name)
+-#else
+-ZFILE *zopen(name)
+-#endif
+ char *name;
+ { int a;
+ ZFILE *zf;