diff options
author | 2017-12-28 17:22:19 +0100 | |
---|---|---|
committer | 2017-12-28 20:10:14 +0100 | |
commit | 3850571f38b8e1532c36e3d64296efadbd7e038e (patch) | |
tree | 207bf2ec25f9b51a0d677b25b48f39aaea5565ac /sci-electronics/gazebo/gazebo-8.2.0.ebuild | |
parent | dev-ros/laser_proc: add missing := dep on console_bridge (diff) | |
download | gentoo-3850571f38b8e1532c36e3d64296efadbd7e038e.tar.gz gentoo-3850571f38b8e1532c36e3d64296efadbd7e038e.tar.bz2 gentoo-3850571f38b8e1532c36e3d64296efadbd7e038e.zip |
sci-electronics/gazebo: fix build with tinyxml2-6
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sci-electronics/gazebo/gazebo-8.2.0.ebuild')
-rw-r--r-- | sci-electronics/gazebo/gazebo-8.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/gazebo/gazebo-8.2.0.ebuild b/sci-electronics/gazebo/gazebo-8.2.0.ebuild index 923dd8c7c2f..04696aa2fb5 100644 --- a/sci-electronics/gazebo/gazebo-8.2.0.ebuild +++ b/sci-electronics/gazebo/gazebo-8.2.0.ebuild @@ -21,7 +21,7 @@ RDEPEND=" media-libs/openal net-misc/curl dev-libs/tinyxml - dev-libs/tinyxml2:= + >=dev-libs/tinyxml2-6:= dev-libs/libtar dev-cpp/tbb >=dev-games/ogre-1.7.4[freeimage] @@ -57,7 +57,7 @@ DEPEND="${RDEPEND} test? ( dev-libs/libxslt ) " CMAKE_BUILD_TYPE=RelWithDebInfo -PATCHES=( "${FILESDIR}/qwt.patch" ) +PATCHES=( "${FILESDIR}/qwt.patch" "${FILESDIR}/tinyxml6.patch" ) src_configure() { # doesnt build without it |