summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-16 12:17:14 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-16 12:17:14 +0200
commit79727ad00ac71ce71ac34358526174cbd088985f (patch)
treeaa44bbdd6905ee39c9f69002116569c8941fa3dc /media-sound/terminatorx/terminatorx-4.0.1.ebuild
parentsys-cluster/zetcd: Version bump to 0.0.3 (diff)
downloadgentoo-79727ad00ac71ce71ac34358526174cbd088985f.tar.gz
gentoo-79727ad00ac71ce71ac34358526174cbd088985f.tar.bz2
gentoo-79727ad00ac71ce71ac34358526174cbd088985f.zip
media-sound/terminatorx: Fix build failure, bug #604288
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-sound/terminatorx/terminatorx-4.0.1.ebuild')
-rw-r--r--media-sound/terminatorx/terminatorx-4.0.1.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/media-sound/terminatorx/terminatorx-4.0.1.ebuild b/media-sound/terminatorx/terminatorx-4.0.1.ebuild
index 2909714a688b..745580ace2d4 100644
--- a/media-sound/terminatorx/terminatorx-4.0.1.ebuild
+++ b/media-sound/terminatorx/terminatorx-4.0.1.ebuild
@@ -44,6 +44,12 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/${MY_P}"
+PATCHES=(
+ # Fails to build with USE="X vorbis -alsa -debug -mad -pulseaudio
+ # -sox", bug #604288
+ "${FILESDIR}"/${P}-gtkcombotext.patch
+)
+
src_configure() {
gnome2_src_configure \
$(use_enable alsa) \