mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
After the kdelibs update to 4.11.30 the CMake policies used by kdelibs-based projects got stricter. - Fix `make configure'. The upstream git repository has a add_subdirectory(doc) call, but the code generating the release tarball also added a macro_optional_add_subdirectory(doc) call that was causing CMake to error out due to the same directory being added twice to the build system. - Fix `make build' with the MUSEPACK option. The FindMuse.cmake patch from r346999 was hardcoding MUSE_LIBRARIES the wrong way. The find_library() call should have been kept, otherwise the linker is passed "-lmpcdec" instead of "/full/path/to/libmpcdec.so". |
||
---|---|---|
.. | ||
patch-cmake_modules_FindMuse.cmake | ||
patch-CMakeLists.txt | ||
patch-libav11 | ||
patch-libk3b-core-k3bglobals.cpp | ||
patch-libk3b-core-k3bglobals.h | ||
patch-libk3b-projects-k3bcdrecordwriter.cpp | ||
patch-libk3b__CMakeLists.txt | ||
patch-libk3bdevice-k3bdevice.cpp | ||
patch-libk3bdevice-k3bdevice.h | ||
patch-libk3bdevice__CMakeLists.txt | ||
patch-plugins__encoder__lame__CMakeLists.txt |