Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=playground.git;a=commitdiff;h=e56766f27600e29d1d01edca5c3fd2f481febdc5

commit e56766f27600e29d1d01edca5c3fd2f481febdc5
Author: crazy <[EMAIL PROTECTED]>
Date:   Mon Jan 14 19:19:18 2008 +0100

kdeedu-4.00.80_760123-0playground1-i686
* well marble devel doesn't get it .. sadly this will be an fw only patch ..

diff --git 
a/source/kde4/kdeedu/marble_stop_forcing_wrong_cxxflags_for_no_reason.patch 
b/source/kde4/kdeedu/marble_stop_forcing_wrong_cxxflags_for_no_reason.patch
new file mode 100644
index 0000000..34dbd79
--- /dev/null
+++ b/source/kde4/kdeedu/marble_stop_forcing_wrong_cxxflags_for_no_reason.patch
@@ -0,0 +1,44 @@
+Index: marble/src/lib/CMakeLists.txt
+===================================================================
+--- marble/src/lib/CMakeLists.txt      (Revision 761040)
++++ marble/src/lib/CMakeLists.txt      (Arbeitskopie)
+@@ -25,7 +25,7 @@
+ if (QTONLY)
+   # ce: don't know why this is needed here - on win32 'O2' is activated by 
default in release mode
+   if(NOT WIN32)
+-    add_definitions (${QT_DEFINITIONS} -O3)
++    add_definitions (${QT_DEFINITIONS} )
+   endif(NOT WIN32)
+
+   include_directories(
+@@ -33,7 +33,7 @@
+   )
+ else (QTONLY)
+   if(NOT WIN32)
+-    add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -O3)
++    add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} )
+   endif(NOT WIN32)
+
+   include_directories(
+Index: marble/src/CMakeLists.txt
+===================================================================
+--- marble/src/CMakeLists.txt  (Revision 761040)
++++ marble/src/CMakeLists.txt  (Arbeitskopie)
+@@ -56,7 +56,7 @@
+   # ce: don't know why this is needed here - on win32
+   # 'O2' is activated by default in release mode
+   if(NOT WIN32)
+-    add_definitions (${QT_DEFINITIONS} -O3)
++    add_definitions (${QT_DEFINITIONS} )
+   endif(NOT WIN32)
+
+   include_directories(
+@@ -64,7 +64,7 @@
+   )
+ else (QTONLY)
+   if(NOT WIN32)
+-    add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -O3)
++    add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} )
+   endif(NOT WIN32)
+
+   include_directories(
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to