From 30f9fc8c1c29eeecf35d22e7edb216468af9ae49 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 30 Oct 2013 14:51:13 -0500 Subject: [PATCH] oops, set rootDir at *build* time, not runtime --- phonon-4.6.0-rootDir.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phonon-4.6.0-rootDir.patch b/phonon-4.6.0-rootDir.patch index 7bbeb14..1dc627c 100644 --- a/phonon-4.6.0-rootDir.patch +++ b/phonon-4.6.0-rootDir.patch @@ -6,7 +6,7 @@ diff -up phonon-4.6.0/PhononConfig.cmake.in.rootDir phonon-4.6.0/PhononConfig.cm get_filename_component(currentDir ${CMAKE_CURRENT_LIST_FILE} PATH) # get the directory where I myself am -get_filename_component(rootDir ${currentDir}/@relInstallDir@ ABSOLUTE) # get the chosen install prefix -+get_filename_component(rootDir ${CMAKE_INSTALL_PREFIX} ABSOLUTE) # get the chosen install prefix ++get_filename_component(rootDir @CMAKE_INSTALL_PREFIX@ ABSOLUTE) # get the chosen install prefix set(PHONON_PULSESUPPORT @PHONON_PULSESUPPORT@) set(PHONON_FOUND_EXPERIMENTAL @PHONON_BUILD_EXPERIMENTAL@)