Modified: trunk/dports/devel/camlimages/Portfile (95966 => 95967)
--- trunk/dports/devel/camlimages/Portfile 2012-07-27 07:46:18 UTC (rev 95966)
+++ trunk/dports/devel/camlimages/Portfile 2012-07-27 08:00:55 UTC (rev 95967)
@@ -4,7 +4,7 @@
name camlimages
version 4.0.1
-revision 1
+revision 2
categories devel graphics
license {LGPL-2 Permissive}
maintainers loria.fr:reilles
@@ -15,7 +15,7 @@
to render TrueType fonts.
homepage http://gallium.inria.fr/camlimages/
-patchfiles patch-tiffread.c.diff
+patchfiles patch-tiffread.c.diff patch-src-jpegread.c.diff
platforms darwin
Added: trunk/dports/devel/camlimages/files/patch-src-jpegread.c.diff (0 => 95967)
--- trunk/dports/devel/camlimages/files/patch-src-jpegread.c.diff (rev 0)
+++ trunk/dports/devel/camlimages/files/patch-src-jpegread.c.diff 2012-07-27 08:00:55 UTC (rev 95967)
@@ -0,0 +1,11 @@
+--- src/jpegread.c 2011-06-22 20:04:32.000000000 +0200
++++ jpegread.c 2012-07-27 09:59:15.000000000 +0200
+@@ -402,7 +402,7 @@
+ }
+
+ /* no boundary checks */
+-value read_jpeg_scanlines( value jpegh, value buf, value offset, value lines )
++void read_jpeg_scanlines( value jpegh, value buf, value offset, value lines )
+ {
+ CAMLparam4(jpegh,offset,buf,lines);
+ struct jpeg_decompress_struct *cinfop;