SPECS: Mesa.spec - disable sis on non x86/x8664

arekm arekm at pld-linux.org
Sun Apr 2 12:52:21 CEST 2006


Author: arekm                        Date: Sun Apr  2 10:52:21 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable sis on non x86/x8664

---- Files affected:
SPECS:
   Mesa.spec (1.106 -> 1.107) 

---- Diffs:

================================================================
Index: SPECS/Mesa.spec
diff -u SPECS/Mesa.spec:1.106 SPECS/Mesa.spec:1.107
--- SPECS/Mesa.spec:1.106	Sun Apr  2 12:21:30 2006
+++ SPECS/Mesa.spec	Sun Apr  2 12:52:16 2006
@@ -468,6 +468,11 @@
 sed -i -e 's/ ffb$//' configs/linux-dri
 %endif
 
+%ifnarch %{ix86} %{x8664}
+# sis needs write-memory barier
+sed -i -e 's/ sis / /' configs/linux-dri
+%endif
+
 %build
 %ifarch %{ix86}
 targ=-x86
@@ -710,6 +715,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.107  2006/04/02 10:52:16  arekm
+- disable sis on non x86/x8664
+
 Revision 1.106  2006/04/02 10:21:30  arekm
 - up to devel 6.5 release
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/Mesa.spec?r1=1.106&r2=1.107&f=u



More information about the pld-cvs-commit mailing list