summaryrefslogtreecommitdiff
path: root/graphics/magicpoint/patches/patch-aw
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/magicpoint/patches/patch-aw')
-rw-r--r--graphics/magicpoint/patches/patch-aw12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/magicpoint/patches/patch-aw b/graphics/magicpoint/patches/patch-aw
new file mode 100644
index 00000000000..3d8e86cf1ff
--- /dev/null
+++ b/graphics/magicpoint/patches/patch-aw
@@ -0,0 +1,12 @@
+$NetBSD: patch-aw,v 1.1 2008/09/10 13:32:48 taca Exp $
+
+--- image/smooth.c.orig 1998-02-13 16:49:04.000000000 +0900
++++ image/smooth.c
+@@ -74,6 +74,7 @@ static Image *doSmooth(image)
+
+ Image *smooth(image, iterations, verbose)
+ Image *image;
++ int iterations;
+ int verbose;
+ { int a;
+ Image *old, *new;