summaryrefslogtreecommitdiff
path: root/graphics/magicpoint/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/magicpoint/patches/patch-as')
-rw-r--r--graphics/magicpoint/patches/patch-as12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/magicpoint/patches/patch-as b/graphics/magicpoint/patches/patch-as
new file mode 100644
index 00000000000..a44a85fdddd
--- /dev/null
+++ b/graphics/magicpoint/patches/patch-as
@@ -0,0 +1,12 @@
+$NetBSD: patch-as,v 1.1 2008/09/10 13:32:48 taca Exp $
+
+--- image/bright.c.orig 1998-12-28 17:22:53.000000000 +0900
++++ image/bright.c
+@@ -248,6 +248,7 @@ Image *normalize(image, verbose)
+
+ void gray(image, verbose)
+ Image *image;
++ int verbose;
+ { int a;
+ unsigned int size;
+ Intensity intensity, red, green, blue;