SPECS: pixman.spec - sse2 doesn't work with gcc 3.3 and according to commen...

glen glen at pld-linux.org
Thu Sep 25 12:57:56 CEST 2008


Author: glen                         Date: Thu Sep 25 10:57:56 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sse2 doesn't work with gcc 3.3 and according to comments from net gcc 4.2 is even needed

---- Files affected:
SPECS:
   pixman.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/pixman.spec
diff -u SPECS/pixman.spec:1.24 SPECS/pixman.spec:1.25
--- SPECS/pixman.spec:1.24	Thu Sep 18 07:04:10 2008
+++ SPECS/pixman.spec	Thu Sep 25 12:57:50 2008
@@ -8,7 +8,6 @@
 Group:		Libraries
 Source0:	http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 # Source0-md5:	494af78c1c7d825c9ad6815d7b91f17d
-Patch0:		%{name}-gcc3.patch
 URL:		http://xorg.freedesktop.org/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
@@ -58,9 +57,6 @@
 
 %prep
 %setup -q
-%if "%{cc_version}" < "3.4"
-%patch0 -p1
-%endif
 
 %build
 %{__libtoolize}
@@ -68,7 +64,10 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+%configure \
+%if "%{cc_version}" < "4.2"
+	--disable-sse2
+%endif
 %{__make}
 
 %install
@@ -108,6 +107,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2008/09/25 10:57:50  glen
+- sse2 doesn't work with gcc 3.3 and according to comments from net gcc 4.2 is even needed
+
 Revision 1.24  2008/09/18 05:04:10  qboosh
 - updated to 0.12.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pixman.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list