summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-08-07 12:38:42 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-08-07 15:16:17 +0200
commitfe92a7ebd0267e053d01643dcf00655e87f9393b (patch)
treee9429c479f7fd0f8bb4f46a335fb456227fddfa6 /dev-ros/pluginlib/pluginlib-9999.ebuild
parentmedia-video/yle-dl: bump to 2020-08-07 (diff)
downloadgentoo-fe92a7ebd0267e053d01643dcf00655e87f9393b.tar.gz
gentoo-fe92a7ebd0267e053d01643dcf00655e87f9393b.tar.bz2
gentoo-fe92a7ebd0267e053d01643dcf00655e87f9393b.zip
dev-ros/pluginlib: add more search pathes
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/pluginlib/pluginlib-9999.ebuild')
-rw-r--r--dev-ros/pluginlib/pluginlib-9999.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/dev-ros/pluginlib/pluginlib-9999.ebuild b/dev-ros/pluginlib/pluginlib-9999.ebuild
index 6589477b3a39..3386003b331c 100644
--- a/dev-ros/pluginlib/pluginlib-9999.ebuild
+++ b/dev-ros/pluginlib/pluginlib-9999.ebuild
@@ -23,15 +23,12 @@ RDEPEND="
"
DEPEND="${RDEPEND}
test? ( dev-cpp/gtest )"
-PATCHES=( "${FILESDIR}/catkin_prefix_path2.patch" )
+PATCHES=( "${FILESDIR}/catkin_prefix_path2.patch" "${FILESDIR}/libdir.patch" )
src_test() {
cmake_build tests
export ROS_PACKAGE_PATH="${S}:${ROS_PACKAGE_PATH}"
- if [ ! -e "${BUILD_DIR}/devel/lib" ] ; then
- ln -s $(get_libdir) "${BUILD_DIR}/devel/lib" || die
- fi
export CATKIN_PREFIX_PATH=devel/
ros-catkin_src_test
}