[93777] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Wed May 30 20:19:52 PDT 2012


Revision: 93777
          https://trac.macports.org/changeset/93777
Author:   ryandesign at macports.org
Date:     2012-05-30 20:19:52 -0700 (Wed, 30 May 2012)
Log Message:
-----------
libpixman, libpixman-devel: disable mmx because clang < 3.1 errors out trying to compile it, and according to the developer it's of no benefit on Macs anyway (#34671)

Modified Paths:
--------------
    trunk/dports/graphics/libpixman/Portfile
    trunk/dports/graphics/libpixman-devel/Portfile

Modified: trunk/dports/graphics/libpixman/Portfile
===================================================================
--- trunk/dports/graphics/libpixman/Portfile	2012-05-31 02:33:45 UTC (rev 93776)
+++ trunk/dports/graphics/libpixman/Portfile	2012-05-31 03:19:52 UTC (rev 93777)
@@ -38,7 +38,8 @@
                         ac_cv_path_GREP=/usr/bin/grep \
                         lt_cv_path_SED=/usr/bin/sed \
                         --disable-gtk \
-                        --disable-libpng
+                        --disable-libpng \
+                        --disable-mmx
 
 build.args              V=1
 

Modified: trunk/dports/graphics/libpixman-devel/Portfile
===================================================================
--- trunk/dports/graphics/libpixman-devel/Portfile	2012-05-31 02:33:45 UTC (rev 93776)
+++ trunk/dports/graphics/libpixman-devel/Portfile	2012-05-31 03:19:52 UTC (rev 93777)
@@ -38,7 +38,8 @@
                         ac_cv_path_GREP=/usr/bin/grep \
                         lt_cv_path_SED=/usr/bin/sed \
                         --disable-gtk \
-                        --disable-libpng
+                        --disable-libpng \
+                        --disable-mmx
 
 build.args              V=1
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120530/d3f45367/attachment.html>


More information about the macports-changes mailing list