head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.2 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.1.0.6 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.4 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.2 pkgsrc-2012Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2013.04.03.10.51.44; author markd; state dead; branches; next 1.1; 1.1 date 2012.07.05.18.48.33; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Update to KDE SC 4.10.2 bugfixes, other quality improvements, new and improved KDE Applications @ text @$NetBSD: patch-kdecore_CMakeLists.txt,v 1.1 2012/07/05 18:48:33 joerg Exp $ --- kdecore/CMakeLists.txt.orig 2012-07-05 12:21:26.000000000 +0000 +++ kdecore/CMakeLists.txt @@@@ -384,8 +384,9 @@@@ if(NOT WIN32) set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} util/kshareddatacache.cpp) set(kdecore_OPTIONAL_LIBS ${kdecore_OPTIONAL_LIBS} ${CMAKE_THREAD_LIBS_INIT}) - set_source_files_properties(util/kshareddatacache.cpp - PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS}) + if (KDE4_ENABLE_EXCEPTIONS) + set_source_files_properties(util/kshareddatacache.cpp PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS}) + endif (KDE4_ENABLE_EXCEPTIONS) else(NOT WIN32) set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} util/kshareddatacache_win.cpp) set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} io/kdirwatch_win.cpp) @ 1.1 log @Try to fix cmake syntax error when building with clang. XXX ipv6 detection is still broken @ text @d1 1 a1 1 $NetBSD$ @