summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-07-14 15:42:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-14 15:42:10 +0200
commitdcfdb3ab782b65aa5ccbaa1d2211efca7f056d00 (patch)
tree9ad22bc5f26a7a91bfb0b90bb5deee3eaaa66fa8 /media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
parentdev-util/qdevicemonitor: eutils -> desktop (diff)
downloadgentoo-dcfdb3ab782b65aa5ccbaa1d2211efca7f056d00.tar.gz
gentoo-dcfdb3ab782b65aa5ccbaa1d2211efca7f056d00.tar.bz2
gentoo-dcfdb3ab782b65aa5ccbaa1d2211efca7f056d00.zip
media-sound/qtscrobbler: Fix build with Qt 5.11
Closes: https://bugs.gentoo.org/661078 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild')
-rw-r--r--media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild b/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
index dc4f5ac6824a..3dc54d6064d0 100644
--- a/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
+++ b/media-sound/qtscrobbler/qtscrobbler-0.11_pre20130123.ebuild
@@ -30,7 +30,10 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_PN}-code-${COMMIT}"
-PATCHES=( "${FILESDIR}"/${P}-qt5.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-qt5.patch
+ "${FILESDIR}"/${P}-qt5.11.patch
+)
src_configure() {
pushd src >/dev/null