SVN commit 9455 by rakuco: Update the clang support patch in kdelibs4, remove patch in smokekde.
As discussed in [1], KDE 4.11.0 has incorporated a change to FindKDE4Internal.cmake that causes some incompatibilities with our clang support patch: while we use a separate block for clang in order to both not pass invalid GCC flags to clang and add flags that only clang needs, upstream is sharing the GCC block with clang. This caused both blocks to be used, which is definitely not what we want. This commit is basically the one I sent upstream [2] and intend to have in 4.11.1: it removes the sharing between GCC and clang and puts all the clang stuff in a separate place as we have always done. It also allows us to revert r9431, as we fix the templates + exceptions problem in kdelibs4 now. [1] https://mail.kde.org/pipermail/kde-freebsd/2013-August/015886.html [2] https://git.reviewboard.kde.org/r/112137/ D devel/smokekde/files (directory) M +31 -8 x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information