]> git.pld-linux.org Git - packages/qt4.git/commitdiff
- removed obsolete sse patch
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 14 Jun 2007 21:14:36 +0000 (21:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- deal with sse2 support

Changed files:
    qt4.spec -> 1.133

qt4.spec

index d4381e7fe1e774af28957f77386875a0703812ba..3369a63710ca0ac412f718d5ef5e1d349e8d5b12 100644 (file)
--- a/qt4.spec
+++ b/qt4.spec
@@ -17,6 +17,7 @@
 %bcond_without ibase           # don't build ibase (InterBase/Firebird) plugin
 %bcond_without pch             # disable pch in qmake
 %bcond_with    sse             # use SSE instructions in gui/painting module
+%bcond_with    sse2            # use SSE2 instructions
 
 %ifnarch %{ix86} %{x8664} sparc sparcv9 alpha ppc
 %undefine      with_ibase
 %define                with_sse        1
 %endif
 
+%ifarch pentium4 %{x8664}
+%define                with_sse2       1
+%endif
+
 %define                _withsql        1
 %{!?with_sqlite3:%{!?with_sqlite:%{!?with_ibase:%{!?with_mysql:%{!?with_pgsql:%{!?with_odbc:%undefine _withsql}}}}}}
 
@@ -49,7 +54,7 @@ Patch0:               %{name}-tools.patch
 Patch1:                %{name}-qt_copy.patch
 Patch2:                %{name}-buildsystem.patch
 Patch3:                %{name}-locale.patch
-Patch5:                %{name}-sse.patch
+
 Patch6:                %{name}-antialias.patch
 Patch7:                %{name}-support-cflags-with-commas.patch
 Patch8:                %{name}-build-lib-static.patch
@@ -968,7 +973,6 @@ Programas exemplo para o Qt versão.
 %patch1 -p0
 %patch2 -p1
 %patch3 -p1
-#%patch5 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
@@ -1021,6 +1025,7 @@ COMMONOPT=" \
        -glib \
        -%{!?with_pch:no-}pch \
        -%{!?with_sse:no-}sse \
+       -%{!?with_sse2:no-}sse2 \
        -qdbus \
        -qt-gif \
        -system-libjpeg \
This page took 0.051078 seconds and 4 git commands to generate.