summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gentoo.org>2017-11-03 03:37:32 +0100
committerMaciej Mrozowski <reavertm@gentoo.org>2017-11-03 03:37:32 +0100
commitd98611843b68f0c3d545d291df522f1b71a60737 (patch)
treeebde9011577d5e542f74dc3e93662f299a88a84f /net-im
parentnet-im/kadu: Update gtk icon cache, bug 630464. Remove custom handling of cca... (diff)
downloadgentoo-d98611843b68f0c3d545d291df522f1b71a60737.tar.gz
gentoo-d98611843b68f0c3d545d291df522f1b71a60737.tar.bz2
gentoo-d98611843b68f0c3d545d291df522f1b71a60737.zip
net-im/kadu: Make rpath absolute, bug 614202.
Package-Manager: Portage-2.3.8, Repoman-2.3.4
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch12
-rw-r--r--net-im/kadu/kadu-4.3-r1.ebuild1
2 files changed, 13 insertions, 0 deletions
diff --git a/net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch b/net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch
new file mode 100644
index 000000000000..bb171af5f41b
--- /dev/null
+++ b/net-im/kadu/files/kadu-4.3-fix-plugins-rpath.patch
@@ -0,0 +1,12 @@
+diff -ruN kadu-4.3/cmake/KaduMacros.cmake my/cmake/KaduMacros.cmake
+--- kadu-4.3/cmake/KaduMacros.cmake 2017-01-24 22:36:21.000000000 +0100
++++ my/cmake/KaduMacros.cmake 2017-11-03 03:24:17.827054622 +0100
+@@ -221,7 +221,7 @@
+
+ if (NOT WIN32)
+ set_target_properties (${KADU_PLUGIN_NAME} PROPERTIES
+- INSTALL_RPATH "${KADU_INSTALL_LIB_DIR}/kadu"
++ INSTALL_RPATH "${KADU_INSTALL_PREFIX}/${KADU_INSTALL_LIB_DIR}/kadu"
+ BUILD_WITH_INSTALL_RPATH TRUE
+ )
+ endif ()
diff --git a/net-im/kadu/kadu-4.3-r1.ebuild b/net-im/kadu/kadu-4.3-r1.ebuild
index a2dbc88c32f0..b33c0729b454 100644
--- a/net-im/kadu/kadu-4.3-r1.ebuild
+++ b/net-im/kadu/kadu-4.3-r1.ebuild
@@ -102,6 +102,7 @@ word_fix
PATCHES=(
"${FILESDIR}/${PN}-4.3-do-not-force-ccache.patch"
+ "${FILESDIR}/${PN}-4.3-fix-plugins-rpath.patch"
)
src_configure() {