$OpenBSD: patch-src_lib_marble_CMakeLists_txt,v 1.2 2015/01/05 22:30:54 dcoppa Exp $
--- src/lib/marble/CMakeLists.txt.ports.orig	Mon Oct  6 00:35:01 2014
+++ src/lib/marble/CMakeLists.txt	Mon Jan  5 16:23:32 2015
@@ -49,7 +49,7 @@ set(GENERIC_LIB_SOVERSION "19")
 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(
@@ -57,7 +57,7 @@ if (QTONLY)
   )
 else (QTONLY)
   if(NOT WIN32)
-    add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -O3)
+    add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
   endif(NOT WIN32)
 
   include_directories(
