Revision: 95967 https://trac.macports.org/changeset/95967 Author: mww@macports.org Date: 2012-07-27 01:00:55 -0700 (Fri, 27 Jul 2012) Log Message: ----------- camlimages: fix compilation, force rebuild with inc revision for OCaml 4.0 Modified Paths: -------------- trunk/dports/devel/camlimages/Portfile Added Paths: ----------- trunk/dports/devel/camlimages/files/patch-src-jpegread.c.diff Modified: trunk/dports/devel/camlimages/Portfile =================================================================== --- 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 =================================================================== --- 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;
participants (1)
-
mww@macports.org