[gtk-osx] Pixman has an assembly problem with clang 7.0, avoid with --disable-mmx.



commit 36fbf65ace8e08ab2eb25bcc080e864155eca167
Author: John Ralls <jralls ceridwen us>
Date:   Sat Jul 18 15:32:51 2015 -0700

    Pixman has an assembly problem with clang 7.0, avoid with --disable-mmx.

 modulesets-stable/gtk-osx.modules   |    3 ++-
 modulesets-unstable/gtk-osx.modules |    4 ++--
 modulesets/gtk-osx.modules          |    2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/modulesets-stable/gtk-osx.modules b/modulesets-stable/gtk-osx.modules
index dbd0359..cd1c5c2 100644
--- a/modulesets-stable/gtk-osx.modules
+++ b/modulesets-stable/gtk-osx.modules
@@ -215,7 +215,8 @@
     </after>
   </autotools>
 
-  <autotools id="pixman" autogenargs="--disable-gtk" autogen-sh="configure">
+  <autotools id="pixman" autogenargs="--disable-gtk --disable-mmx"
+             autogen-sh="configure">
     <branch version="0.32.6" module="pixman-0.32.6.tar.gz"
             repo="cairographics"
             hash="sha1:8791343cbf6d99451f4d08e8209d6ac11bf96df2"/>
diff --git a/modulesets-unstable/gtk-osx.modules b/modulesets-unstable/gtk-osx.modules
index ffe9303..1a9297e 100644
--- a/modulesets-unstable/gtk-osx.modules
+++ b/modulesets-unstable/gtk-osx.modules
@@ -73,7 +73,7 @@
   </autotools>
 
   <autotools id="libffi" autogenargs="--disable-builddir"
-            autogen-template="%(srcdir)s/autogen.sh &amp;&amp; %(srcdir)s/configure  --prefix %(prefix)s 
%(autogenargs)s">
+            supports-non-srcdir-builds="no">
     <branch module="atgreen/libffi" repo="github"/>
   </autotools>
 
@@ -176,7 +176,7 @@
     </after>
   </autotools>
 
-  <autotools id="pixman" autogenargs="--disable-gtk">
+  <autotools id="pixman" autogenargs="--disable-gtk --disable-mmx">
     <branch repo="freedesktop" module="pixman" />
     <after>
       <dep package="meta-gtk-osx-bootstrap"/>
diff --git a/modulesets/gtk-osx.modules b/modulesets/gtk-osx.modules
index 4e2d362..cd68d7c 100644
--- a/modulesets/gtk-osx.modules
+++ b/modulesets/gtk-osx.modules
@@ -177,7 +177,7 @@
     </after>
   </autotools>
 
-  <autotools id="pixman" autogenargs="--disable-gtk">
+  <autotools id="pixman" autogenargs="--disable-gtk --disable-mmx">
     <branch repo="freedesktop" module="pixman" tag="0.32"/>
     <after>
       <dep package="meta-gtk-osx-bootstrap"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]