diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-10-12 00:00:34 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-10-12 00:00:49 +1100 |
commit | eee92fc66783faa17112955812d026d205310001 (patch) | |
tree | fe7d66cc7214bf164589410b8a055cc57b7da037 /media-gfx/engauge/engauge-10.6.ebuild | |
parent | x11-misc/i3lock: Version 2.11 (diff) | |
download | gentoo-eee92fc66783faa17112955812d026d205310001.tar.gz gentoo-eee92fc66783faa17112955812d026d205310001.tar.bz2 gentoo-eee92fc66783faa17112955812d026d205310001.zip |
media-gfx/engauge: fix build with Qt 5.11
Closes: https://bugs.gentoo.org/662476
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'media-gfx/engauge/engauge-10.6.ebuild')
-rw-r--r-- | media-gfx/engauge/engauge-10.6.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/engauge/engauge-10.6.ebuild b/media-gfx/engauge/engauge-10.6.ebuild index ea7530fd0b5f..7d8aba7d2cce 100644 --- a/media-gfx/engauge/engauge-10.6.ebuild +++ b/media-gfx/engauge/engauge-10.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,6 +32,8 @@ S=$WORKDIR/engauge-digitizer-$PV src_prepare() { eapply_user + eapply "${FILESDIR}/${P}-qt-5.11.patch" + # Make sure the documentation is looked for in the proper directory sed -e "s:engauge-digitizer/engauge.qhc:${PF}/engauge.qhc:" \ -i src/Help/HelpWindow.cpp || die |