summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/netpbm/patches/patch-al')
-rw-r--r--graphics/netpbm/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-al b/graphics/netpbm/patches/patch-al
new file mode 100644
index 00000000000..42f39516154
--- /dev/null
+++ b/graphics/netpbm/patches/patch-al
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.3 2006/10/03 22:56:51 schwarz Exp $
+
+--- ./converter/ppm/ppmtompeg/mheaders.c.orig 2006-09-30 16:44:28.000000000 +0200
++++ ./converter/ppm/ppmtompeg/mheaders.c 2006-09-30 16:45:11.000000000 +0200
+@@ -293,7 +293,7 @@
+ static void GenMBType _ANSI_ARGS_((BitBucket *bb, uint32 pict_code_type,
+ uint32 mb_quant, uint32 motion_forw, uint32 motion_back,
+ uint32 mb_pattern, uint32 mb_intra));
+-static void GenMotionCode _ANSI_ARGS_((BitBucket *bb, int32 vector));
++static void GenMotionCode _ANSI_ARGS_((BitBucket * const bb, int32 const vector));
+ static void GenBlockPattern _ANSI_ARGS_((BitBucket *bb,
+ uint32 mb_pattern));
+