[jhbuild] modules: Build babl with --disable-sse on Darwin
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] modules: Build babl with --disable-sse on Darwin
- Date: Thu, 17 Nov 2016 06:02:50 +0000 (UTC)
commit cfc7c6db78b94f8840732d129800aa00774675db
Author: Philip Chimento <philip chimento gmail com>
Date: Sun Nov 13 22:33:30 2016 -0800
modules: Build babl with --disable-sse on Darwin
To be honest I'm not sure if this should be in the "macos" condition or
the "darwin" condition, but in any case it seems that the SSE
instructions are not supported.
https://bugzilla.gnome.org/show_bug.cgi?id=774453
modulesets/gnome-suites-core-deps-3.22.modules | 4 ++++
modulesets/gnome-suites-core-deps-3.24.modules | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.22.modules b/modulesets/gnome-suites-core-deps-3.22.modules
index f760dc5..7d583c7 100644
--- a/modulesets/gnome-suites-core-deps-3.22.modules
+++ b/modulesets/gnome-suites-core-deps-3.22.modules
@@ -107,6 +107,10 @@
</autotools>
<autotools id="babl">
+ <if condition-set="darwin">
+ <!-- https://bugzilla.gnome.org/show_bug.cgi?id=725530 -->
+ <autogenargs value="--disable-sse"/>
+ </if>
<branch/>
</autotools>
diff --git a/modulesets/gnome-suites-core-deps-3.24.modules b/modulesets/gnome-suites-core-deps-3.24.modules
index 622e511..1dfdf41 100644
--- a/modulesets/gnome-suites-core-deps-3.24.modules
+++ b/modulesets/gnome-suites-core-deps-3.24.modules
@@ -117,6 +117,10 @@
</autotools>
<autotools id="babl">
+ <if condition-set="darwin">
+ <!-- https://bugzilla.gnome.org/show_bug.cgi?id=725530 -->
+ <autogenargs value="--disable-sse"/>
+ </if>
<branch/>
</autotools>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]