summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-17 23:40:45 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-18 00:02:02 +0200
commit80fbdf3ca74c97e0b1435a178cbf5d7b60ade213 (patch)
treeb93a387f3c8283626e5e20eac196a354f19b97c3 /app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
parentmedia-sound/musescore: Fix build with Qt 5.11 (diff)
downloadgentoo-80fbdf3ca74c97e0b1435a178cbf5d7b60ade213.tar.gz
gentoo-80fbdf3ca74c97e0b1435a178cbf5d7b60ade213.tar.bz2
gentoo-80fbdf3ca74c97e0b1435a178cbf5d7b60ade213.zip
app-text/goldendict: Fix build with Qt 5.11
Reported-by: Viacheslav Ostroukh <slava@ostroukh.me> Tested-by: Viktor Levin <viklevin2@mail.ru> Closes: https://bugs.gentoo.org/662094 Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild')
-rw-r--r--app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
index 47c7916defc8..e25c25eb0628 100644
--- a/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
+++ b/app-text/goldendict/goldendict-1.5.0_rc2-r2.ebuild
@@ -48,7 +48,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-PATCHES=( "${FILESDIR}/${PN}-1.5.0-qtsingleapplication-unbundle.patch" )
+PATCHES=(
+ "${FILESDIR}/${PN}-1.5.0-qtsingleapplication-unbundle.patch"
+ "${FILESDIR}/${PN}-1.5.0-qt-5.11.patch"
+)
S="${WORKDIR}/${PN}-${MY_PV}"