Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432924 | Differences between
and this patch

Collapse All | Expand All

(-)a/kdecore/CMakeLists.txt (-1 / +1 lines)
Lines 391-397 if(NOT WIN32) Link Here
391
        set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
391
        set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")
392
    else()
392
    else()
393
        set_source_files_properties(util/kshareddatacache.cpp
393
        set_source_files_properties(util/kshareddatacache.cpp
394
            PROPERTIES COMPILE_FLAGS ${KDE4_ENABLE_EXCEPTIONS})
394
            PROPERTIES COMPILE_FLAGS "${KDE4_ENABLE_EXCEPTIONS}")
395
    endif()
395
    endif()
396
else(NOT WIN32)
396
else(NOT WIN32)
397
    set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} util/kshareddatacache_win.cpp)
397
    set(kdecore_LIB_SRCS ${kdecore_LIB_SRCS} util/kshareddatacache_win.cpp)

Return to bug 432924