]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- do not enforce pentiumpro arch but copy C{XX}FLAGS from mythtv
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Sep 2005 13:43:07 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythplugins-configure.patch -> 1.1

mythplugins-configure.patch [new file with mode: 0644]

diff --git a/mythplugins-configure.patch b/mythplugins-configure.patch
new file mode 100644 (file)
index 0000000..b69baad
--- /dev/null
@@ -0,0 +1,17 @@
+--- ./settings.pro~    2005-09-08 04:01:29.000000000 +0300
++++ ./settings.pro     2005-09-08 16:21:34.000000000 +0300
+@@ -21,12 +21,12 @@
+ DEFINES += HAVE_MMX
+ release {
+-    QMAKE_CXXFLAGS_RELEASE = -O3 -march=pentiumpro -fomit-frame-pointer
++    QMAKE_CXXFLAGS_RELEASE += $${ECXXFLAGS}
+     macx {
+         # Don't use -O3, it causes some Qt moc methods to go missing
+         QMAKE_CXXFLAGS_RELEASE = -O2
+     }
+-    QMAKE_CFLAGS_RELEASE = $${QMAKE_CXXFLAGS_RELEASE}
++    QMAKE_CFLAGS_RELEASE = $${ECFLAGS}
+ }
+ macx {
This page took 0.046801 seconds and 4 git commands to generate.