From 274de222ab587f2cfcc66c85364333ae9eeda4d0 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 26 Aug 2016 16:59:29 +0200 Subject: dev-ros/kdl_parser: forward port urdfdom fix Package-Manager: portage-2.3.0 --- dev-ros/kdl_parser/kdl_parser-1.12.4.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'dev-ros') diff --git a/dev-ros/kdl_parser/kdl_parser-1.12.4.ebuild b/dev-ros/kdl_parser/kdl_parser-1.12.4.ebuild index 372f508af7ea..7e6a2bd82278 100644 --- a/dev-ros/kdl_parser/kdl_parser-1.12.4.ebuild +++ b/dev-ros/kdl_parser/kdl_parser-1.12.4.ebuild @@ -8,7 +8,7 @@ KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} PYTHON_COMPAT=( python2_7 ) -inherit ros-catkin +inherit ros-catkin flag-o-matic DESCRIPTION="Constructs a KDL tree from an XML robot representation in URDF" LICENSE="BSD" @@ -19,9 +19,15 @@ RDEPEND=" dev-libs/boost:= dev-ros/roscpp dev-ros/rosconsole - dev-ros/urdf + >=dev-ros/urdf-1.12.3-r1 sci-libs/orocos_kdl dev-libs/tinyxml " DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" +PATCHES=( "${FILESDIR}/urdfdom1.patch" ) + +src_configure() { + append-cxxflags -std=gnu++11 + ros-catkin_src_configure +} -- cgit v1.2.3-65-gdbad