$OpenBSD: patch-src_lib_CMakeLists_txt,v 1.1 2013/05/21 06:24:30 zhuk Exp $
--- src/lib/CMakeLists.txt.ports.orig	Tue May 21 10:16:44 2013
+++ src/lib/CMakeLists.txt	Tue May 21 10:16:55 2013
@@ -33,7 +33,7 @@ set(GENERIC_LIB_SOVERSION "15")
 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(
@@ -41,7 +41,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(
