openbsd-ports/multimedia/phonon/patches/patch-CMakeLists_txt
zhuk d96d0f1507 First bits of qt5 FLAVOR for multimedia/phonon. Needed for KDE5 - do not
hold your breath, there is still a lot of things to do.

Main change is that relative paths in FindPhononInternal.cmake are kept
relative now; things worked only by accident before. This requires a bump,
though, as this file is included in package.

KDE4 builds fine still (at least major suspects like kdelibs and dragon).
2015-11-19 13:53:34 +00:00

14 lines
652 B
Plaintext

$OpenBSD: patch-CMakeLists_txt,v 1.5 2015/11/19 13:53:34 zhuk Exp $
Rename library to avoid clashing with Qt4's one.
--- CMakeLists.txt.orig Thu Dec 4 12:30:26 2014
+++ CMakeLists.txt Thu Nov 19 16:04:26 2015
@@ -26,7 +26,7 @@ set(PHONON_LIB_MINOR_VERSION "8") # Only change on bin
set(PHONON_LIB_PATCH_VERSION "3") # Bump whenever you feel like it :P
set(PHONON_LIB_VERSION "${PHONON_LIB_MAJOR_VERSION}.${PHONON_LIB_MINOR_VERSION}.${PHONON_LIB_PATCH_VERSION}")
set(PHONON_LIB_SOVERSION ${PHONON_LIB_MAJOR_VERSION})
-set(PHONON_LIB_SONAME phonon)
+set(PHONON_LIB_SONAME phonon_s)
set(PHONON_LIB_SONAME_CAMEL Phonon)
if(PHONON_BUILD_PHONON4QT5)