diff options
author | 2015-09-16 13:32:37 +0200 | |
---|---|---|
committer | 2015-09-16 13:33:12 +0200 | |
commit | 9bb8ed37fb04ab2797ac42261bb93ef6297cbd4e (patch) | |
tree | 4bc40543a52f323e46b06818be427c19515cac54 /sci-electronics/gazebo/gazebo-5.1.0.ebuild | |
parent | media-video/ffmpeg2theora: fix build with ffmpeg git master. (diff) | |
download | gentoo-9bb8ed37fb04ab2797ac42261bb93ef6297cbd4e.tar.gz gentoo-9bb8ed37fb04ab2797ac42261bb93ef6297cbd4e.tar.bz2 gentoo-9bb8ed37fb04ab2797ac42261bb93ef6297cbd4e.zip |
sci-electronics/gazebo: fix build with ffmpeg git master.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'sci-electronics/gazebo/gazebo-5.1.0.ebuild')
-rw-r--r-- | sci-electronics/gazebo/gazebo-5.1.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sci-electronics/gazebo/gazebo-5.1.0.ebuild b/sci-electronics/gazebo/gazebo-5.1.0.ebuild index d1a55a1ed8f..81d360d79cb 100644 --- a/sci-electronics/gazebo/gazebo-5.1.0.ebuild +++ b/sci-electronics/gazebo/gazebo-5.1.0.ebuild @@ -45,7 +45,10 @@ DEPEND="${RDEPEND} " S="${WORKDIR}/${PN}$(get_major_version)_${PV}" CMAKE_BUILD_TYPE=RelWithDebInfo -PATCHES=( "${FILESDIR}/bullet_283.patch" ) +PATCHES=( + "${FILESDIR}/bullet_283.patch" + "${FILESDIR}/ffmpeg29.patch" +) src_configure() { # doesnt build without it |