summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-31 19:55:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-31 19:57:55 +0200
commit33b1c1ac0d45debe40f797d843574ea7f8aee93a (patch)
treee0e3ce045bbea16eb968a50beece7482d2220eb9 /media-gfx/kxstitch/kxstitch-2.1.1.ebuild
parentnet-libs/pjproject: Block media-plugins/mediastreamer-bcg729 (diff)
downloadgentoo-33b1c1ac0d45debe40f797d843574ea7f8aee93a.tar.gz
gentoo-33b1c1ac0d45debe40f797d843574ea7f8aee93a.tar.bz2
gentoo-33b1c1ac0d45debe40f797d843574ea7f8aee93a.zip
media-gfx/kxstitch: Fix build with Qt 5.11
Closes: https://bugs.gentoo.org/664974 Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'media-gfx/kxstitch/kxstitch-2.1.1.ebuild')
-rw-r--r--media-gfx/kxstitch/kxstitch-2.1.1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-gfx/kxstitch/kxstitch-2.1.1.ebuild b/media-gfx/kxstitch/kxstitch-2.1.1.ebuild
index 3e24a1c98c3e..e9ec0691e3f9 100644
--- a/media-gfx/kxstitch/kxstitch-2.1.1.ebuild
+++ b/media-gfx/kxstitch/kxstitch-2.1.1.ebuild
@@ -39,3 +39,5 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
!media-gfx/kxstitch:4
"
+
+PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )