summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/netpbm/patches/patch-at')
-rw-r--r--graphics/netpbm/patches/patch-at13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-at b/graphics/netpbm/patches/patch-at
new file mode 100644
index 00000000000..33de8708680
--- /dev/null
+++ b/graphics/netpbm/patches/patch-at
@@ -0,0 +1,13 @@
+$NetBSD: patch-at,v 1.3 2006/10/03 22:56:51 schwarz Exp $
+
+--- converter/other/pamtosvg/curve.h.orig 2006-09-30 19:10:27.000000000 +0200
++++ converter/other/pamtosvg/curve.h 2006-09-30 19:10:52.000000000 +0200
+@@ -83,7 +83,7 @@
+ pm_pixelcoord const p);
+
+ /* Like `append_pixel', for a point in real coordinates. */
+-extern void append_point (curve_type c, float_coord p);
++extern void append_point (curve_type const c, float_coord const p);
+
+ /* Write some or all, respectively, of the curve C in human-readable
+ form to the log file, if logging is enabled. */