Skip to content

Commit

Permalink
dev-ros/urdf: forward port urdfdom fix
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
aballier committed Aug 26, 2016
1 parent 274de22 commit ba90139
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions dev-ros/urdf/urdf-1.12.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
PYTHON_COMPAT=( python2_7 )

inherit ros-catkin
inherit ros-catkin flag-o-matic

DESCRIPTION="C++ parser for the Unified Robot Description Format (URDF)"
LICENSE="BSD"
Expand All @@ -17,9 +17,9 @@ IUSE=""

RDEPEND="
dev-libs/boost:=[threads]
dev-libs/urdfdom
>=dev-libs/urdfdom-1
dev-libs/urdfdom_headers
dev-ros/urdf_parser_plugin
>=dev-ros/urdf_parser_plugin-1.12.3-r1
dev-ros/pluginlib
dev-ros/rosconsole_bridge
dev-ros/roscpp
Expand All @@ -28,3 +28,9 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-ros/cmake_modules
test? ( dev-ros/rostest[${PYTHON_USEDEP}] dev-cpp/gtest )"
PATCHES=( "${FILESDIR}/urdfdom1.patch" )

src_configure() {
append-cxxflags -std=c++11
ros-catkin_src_configure
}

0 comments on commit ba90139

Please sign in to comment.