[56651] trunk/dports/graphics/babl/Portfile

devans at macports.org devans at macports.org
Mon Aug 31 10:53:02 PDT 2009


Revision: 56651
          http://trac.macports.org/changeset/56651
Author:   devans at macports.org
Date:     2009-08-31 10:52:59 -0700 (Mon, 31 Aug 2009)
Log Message:
-----------
babl: disable mmx on snow leopard.  Closes #20906.

Modified Paths:
--------------
    trunk/dports/graphics/babl/Portfile

Modified: trunk/dports/graphics/babl/Portfile
===================================================================
--- trunk/dports/graphics/babl/Portfile	2009-08-31 17:30:14 UTC (rev 56650)
+++ trunk/dports/graphics/babl/Portfile	2009-08-31 17:52:59 UTC (rev 56651)
@@ -28,6 +28,10 @@
 depends_build   port:w3m \
                 port:librsvg
 
+platform darwin 10 {
+    configure.args  --disable-mmx 
+}
+
 livecheck.check regex
 livecheck.url   ftp://ftp.gimp.org/pub/${name}/${branch}/
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)+)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090831/3b901acd/attachment.html>


More information about the macports-changes mailing list