On Thu Aug 10, 2017 at 05:26:46PM +0200, David Coppa wrote: > > Hi all, > > Here's the update to the latest CMake. > > As usual, I'd like to have the attached diff tested in a ports bulk > build... > > Thanks! > David >
fix x11/kde4/libs with CMake 3.9.0 Index: patches/patch-kdeui_CMakeLists_txt =================================================================== RCS file: patches/patch-kdeui_CMakeLists_txt diff -N patches/patch-kdeui_CMakeLists_txt --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-kdeui_CMakeLists_txt 13 Aug 2017 12:21:39 -0000 @@ -0,0 +1,14 @@ +$OpenBSD$ + +Index: kdeui/CMakeLists.txt +--- kdeui/CMakeLists.txt.orig ++++ kdeui/CMakeLists.txt +@@ -313,8 +313,6 @@ if (Q_WS_MAC AND MAC_USE_OSXKEYCHAIN) + add_definitions(-DMAC_USE_OSXKEYCHAIN) + else(Q_WS_MAC AND MAC_USE_OSXKEYCHAIN) + set(kdeui_LIB_SRCS ${kdeui_LIB_SRCS} util/kwallet.cpp) +-else(Q_WS_MAC AND MAC_USE_OSXKEYCHAIN) +- set(kdeui_LIB_SRCS ${kdeui_LIB_SRCS} util/kwallet.cpp) + endif(Q_WS_MAC AND MAC_USE_OSXKEYCHAIN) + + if(NOT WINCE)