[mesa] Re-enable llvm on ppc, being worked on

Adam Jackson ajax at fedoraproject.org
Tue Jul 24 19:11:37 UTC 2012


commit ee01f24799f2f806d3ae1dbf42ba17a036e1fa54
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Jul 24 15:11:35 2012 -0400

    Re-enable llvm on ppc, being worked on
    
    - Don't BuildReq on wayland things in RHEL

 mesa.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index b5df1d7..3aaab80 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -8,7 +8,7 @@
 %define dri_drivers --with-dri-drivers=swrast
 %else
 # llvm is a joke on non-x86
-%ifarch %{ix86} x86_64
+%ifarch %{ix86} x86_64 ppc ppc64 ppc64p7
 %define with_llvm 1
 %endif
 %define with_hardware 1
@@ -36,7 +36,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 8.1
-Release: 0.13%{?dist}
+Release: 0.14%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -565,7 +565,8 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
-* Tue Jul 24 2012 Adam Jackson <ajax at redhat.com>
+* Tue Jul 24 2012 Adam Jackson <ajax at redhat.com> 8.1-0.14
+- Re-enable llvm on ppc, being worked on
 - Don't BuildReq on wayland things in RHEL
 
 * Mon Jul 23 2012 Adam Jackson <ajax at redhat.com> 8.1-0.13


More information about the scm-commits mailing list