diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-01-21 17:17:44 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-01-21 19:27:48 +0100 |
commit | 15d62364ce7eed77f358a03c5724083ea2894eda (patch) | |
tree | d9c29f0b741dd23d506118d28340475a4df82140 /sci-electronics/gazebo/gazebo-10.1.0.ebuild | |
parent | dev-libs/libzia: Version bump (diff) | |
download | gentoo-15d62364ce7eed77f358a03c5724083ea2894eda.tar.gz gentoo-15d62364ce7eed77f358a03c5724083ea2894eda.tar.bz2 gentoo-15d62364ce7eed77f358a03c5724083ea2894eda.zip |
sci-electronics/gazebo: fix build with qt 5.14.
Patch from upstream provided by Nikita Shubin.
Closes: https://bugs.gentoo.org/704988
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-electronics/gazebo/gazebo-10.1.0.ebuild')
-rw-r--r-- | sci-electronics/gazebo/gazebo-10.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/gazebo/gazebo-10.1.0.ebuild b/sci-electronics/gazebo/gazebo-10.1.0.ebuild index 80c4d00fc21e..7b7aa2a408f5 100644 --- a/sci-electronics/gazebo/gazebo-10.1.0.ebuild +++ b/sci-electronics/gazebo/gazebo-10.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -59,7 +59,7 @@ DEPEND="${RDEPEND} test? ( dev-libs/libxslt ) " CMAKE_BUILD_TYPE=RelWithDebInfo -PATCHES=( "${FILESDIR}/qwt.patch" "${FILESDIR}/oal.patch" ) +PATCHES=( "${FILESDIR}/qwt.patch" "${FILESDIR}/oal.patch" "${FILESDIR}/qtmoc.patch" ) src_configure() { # doesnt build without it |