From 20bd444a8ba59bb5642a262b39e17ab2371a9993 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 13 Apr 2011 23:31:55 +0200 Subject: [PATCH] kdelibs: changed parse-config to add '-DCMAKE_BUILD_TYPE=Release' through cmakeopt --- kde/kdelibs/parse-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde/kdelibs/parse-config b/kde/kdelibs/parse-config index 5effe13ac..c356f11aa 100644 --- a/kde/kdelibs/parse-config +++ b/kde/kdelibs/parse-config @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../kdelibs/parse-config -# Copyright (C) 2009 - 2010 The OpenSDE Project +# Copyright (C) 2009 - 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -24,7 +24,7 @@ if hasflag KDE; then set_confopt fi - var_append extraconfopt " " '-DCMAKE_BUILD_TYPE=Release' + var_append cmakeopt " " '-DCMAKE_BUILD_TYPE=Release' . $base/package/*/*/cmake-conf.in