[mesa: 1/3] disable llvm on PPC(64) in Fedora as recommended in bugzilla 769803

Karsten Hopp karsten at fedoraproject.org
Tue Apr 24 10:41:39 UTC 2012


commit 7b0f0bfa656fe4ce7accb6f1ea45c0980d9df4b5
Author: Karsten Hopp <karsten at redhat.com>
Date:   Tue Apr 24 12:38:02 2012 +0200

    disable llvm on PPC(64) in Fedora as recommended in bugzilla 769803

 mesa.spec |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index 2ae572d..14991ce 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -1,9 +1,5 @@
-%if 0%{?rhel}
-%define rhel_no_hw_arches ppc ppc64
-%endif
-
-# S390 doesn't have video cards, but we need swrast for xserver's GLX
-%ifarch s390 s390x %{?rhel_no_hw_arches}
+# S390/PPC doesn't have video cards, but we need swrast for xserver's GLX
+%ifarch s390 s390x ppc ppc64
 %define with_hardware 0
 %define dri_drivers --with-dri-drivers=swrast
 %else
@@ -30,7 +26,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 8.0.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -554,6 +550,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Apr 24 2012 Karsten Hopp <karsten at redhat.com> 8.0.2-4
+- disable llvm in Fedora as recommended in bugzilla 769803
+
 * Tue Apr 10 2012 Adam Jackson <ajax at redhat.com> 8.0.2-3
 - Require newer libX11 on F17+
 


More information about the scm-commits mailing list