]> git.pld-linux.org Git - packages/mythplugins.git/blob - mythplugins-configure.patch
- do not enforce pentiumpro arch but copy C{XX}FLAGS from mythtv
[packages/mythplugins.git] / mythplugins-configure.patch
1 --- ./settings.pro~     2005-09-08 04:01:29.000000000 +0300
2 +++ ./settings.pro      2005-09-08 16:21:34.000000000 +0300
3 @@ -21,12 +21,12 @@
4  DEFINES += HAVE_MMX
5  
6  release {
7 -    QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentiumpro -fomit-frame-pointer
8 +    QMAKE_CXXFLAGS_RELEASE += $${ECXXFLAGS}
9      macx {
10          # Don't use -O3, it causes some Qt moc methods to go missing
11          QMAKE_CXXFLAGS_RELEASE = -O2
12      }
13 -    QMAKE_CFLAGS_RELEASE = $${QMAKE_CXXFLAGS_RELEASE}
14 +    QMAKE_CFLAGS_RELEASE = $${ECFLAGS}
15  }
16  
17  macx {
This page took 0.054922 seconds and 4 git commands to generate.