Blame SOURCES/phonon-4.5.57-plugindir.patch

504c92
diff -up phonon-4.5.57/phonon/CMakeLists.txt.plugindir phonon-4.5.57/phonon/CMakeLists.txt
504c92
--- phonon-4.5.57/phonon/CMakeLists.txt.plugindir	2011-10-21 08:54:42.000000000 -0500
504c92
+++ phonon-4.5.57/phonon/CMakeLists.txt	2011-12-07 12:18:01.148682382 -0600
504c92
@@ -78,7 +78,7 @@ if (PHONON_NO_PLATFORMPLUGIN)
504c92
     add_definitions(-DQT_NO_PHONON_PLATFORMPLUGIN)
504c92
 endif (PHONON_NO_PLATFORMPLUGIN)
504c92
 
504c92
-add_definitions(-DPHONON_LIBRARY_PATH="${PLUGIN_INSTALL_DIR}/plugins")
504c92
+add_definitions(-DPHONON_LIBRARY_PATH="${CMAKE_INSTALL_PREFIX}/${PLUGIN_INSTALL_DIR}/plugins")
504c92
 
504c92
 automoc4_add_library(phonon SHARED ${phonon_LIB_SRCS})
504c92
 target_link_libraries(phonon ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})