K 10 svn:author V 6 marino K 8 svn:date V 27 2014-07-08T06:21:34.020944Z K 7 svn:log V 385 multimedia/kplayer-kde4: Stage, fix on F10+, use explicit linking Apparently the clang parser was having trouble with the nested ternary operator on C++ which was the cause of the FreeBSD 10+ failures. Expanding it to a condition ladder pleased clang. A couple of libraries were used but not explicitly specified to the linker before: libsolid and libX11, so let's correct that too. END