Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/phonon/files: phonon-4.6.0-rpath.patch
Date: Sat, 24 Dec 2011 13:19:21
Message-Id: 20111224131912.12E612004C@flycatcher.gentoo.org
1 johu 11/12/24 13:19:12
2
3 Added: phonon-4.6.0-rpath.patch
4 Log:
5 Revision bump. Adds patch for rpath, thanks to Alphat-PC <AlphatPC@×××××.com>, bug #395865
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 media-libs/phonon/files/phonon-4.6.0-rpath.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/files/phonon-4.6.0-rpath.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/phonon/files/phonon-4.6.0-rpath.patch?rev=1.1&content-type=text/plain
14
15 Index: phonon-4.6.0-rpath.patch
16 ===================================================================
17 cmake/FindPhononInternal.cmake | 2 +-
18 1 files changed, 1 insertions(+), 1 deletions(-)
19
20 diff --git a/cmake/FindPhononInternal.cmake b/cmake/FindPhononInternal.cmake
21 index 2bad949..c2ea576 100644
22 --- a/cmake/FindPhononInternal.cmake
23 +++ b/cmake/FindPhononInternal.cmake
24 @@ -123,7 +123,7 @@ endif(APPLE)
25 # RPATH directories outside the current CMAKE_BINARY_DIR and also the library
26 # install directory. Alex
27 set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
28 -set(CMAKE_INSTALL_RPATH "${LIB_INSTALL_DIR}")
29 +set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
30
31
32 # Uninstall Target