diff options
author | 2018-04-18 17:50:02 +0200 | |
---|---|---|
committer | 2018-04-20 09:47:44 +0200 | |
commit | d237d82ef8ecdc197e3211900c726619a2278189 (patch) | |
tree | a6d3743fd4a3e7f37fc7d7a84b8431081766542e /sci-electronics/gazebo/gazebo-9.0.0.ebuild | |
parent | dev-python/autobahn: remove binary junk (diff) | |
download | gentoo-d237d82ef8ecdc197e3211900c726619a2278189.tar.gz gentoo-d237d82ef8ecdc197e3211900c726619a2278189.tar.bz2 gentoo-d237d82ef8ecdc197e3211900c726619a2278189.zip |
sci-electronics/gazebo: fix build with ffmpeg 4
Package-Manager: Portage-2.3.30, Repoman-2.3.9
Diffstat (limited to 'sci-electronics/gazebo/gazebo-9.0.0.ebuild')
-rw-r--r-- | sci-electronics/gazebo/gazebo-9.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-electronics/gazebo/gazebo-9.0.0.ebuild b/sci-electronics/gazebo/gazebo-9.0.0.ebuild index 76ad65771aa8..77f42540c99b 100644 --- a/sci-electronics/gazebo/gazebo-9.0.0.ebuild +++ b/sci-electronics/gazebo/gazebo-9.0.0.ebuild @@ -57,7 +57,7 @@ DEPEND="${RDEPEND} test? ( dev-libs/libxslt ) " CMAKE_BUILD_TYPE=RelWithDebInfo -PATCHES=( "${FILESDIR}/qwt.patch" ) +PATCHES=( "${FILESDIR}/qwt.patch" "${FILESDIR}/ffmpeg4.patch" ) src_configure() { # doesnt build without it |