[43592] trunk/dports/devel/camlimages
jeremyhu at macports.org
jeremyhu at macports.org
Thu Dec 11 23:59:37 PST 2008
Revision: 43592
http://trac.macports.org/changeset/43592
Author: jeremyhu at macports.org
Date: 2008-12-11 23:59:37 -0800 (Thu, 11 Dec 2008)
Log Message:
-----------
camlimages: Not universal. Fixed tiffread.c patch to define uint32_t for building on Leopard. Bug #17553 dev timeout.
Modified Paths:
--------------
trunk/dports/devel/camlimages/Portfile
trunk/dports/devel/camlimages/files/patch-tiffread.c.diff
Modified: trunk/dports/devel/camlimages/Portfile
===================================================================
--- trunk/dports/devel/camlimages/Portfile 2008-12-12 07:52:16 UTC (rev 43591)
+++ trunk/dports/devel/camlimages/Portfile 2008-12-12 07:59:37 UTC (rev 43592)
@@ -35,6 +35,8 @@
--without-lablgl \
--without-lablgtk2
+universal_variant no
+
variant lablgtk {
configure.args-delete --without-lablgtk
configure.args-append --with-lablgtk="${prefix}/lib/ocaml/lablgtk"
Modified: trunk/dports/devel/camlimages/files/patch-tiffread.c.diff
===================================================================
--- trunk/dports/devel/camlimages/files/patch-tiffread.c.diff 2008-12-12 07:52:16 UTC (rev 43591)
+++ trunk/dports/devel/camlimages/files/patch-tiffread.c.diff 2008-12-12 07:59:37 UTC (rev 43592)
@@ -1,9 +1,10 @@
--- tiff/tiffread.c.orig 2004-09-21 23:56:44.000000000 +0200
+++ tiff/tiffread.c 2006-03-02 19:33:47.000000000 +0100
-@@ -33,6 +33,9 @@
+@@ -33,6 +33,10 @@
#undef int32
#undef uint32
++#include <stdint.h>
+#define uint16 uint16_t
+#define uint32 uint32_t
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081211/970e18cf/attachment.html>
More information about the macports-changes
mailing list