summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-03-12 05:24:10 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-03-12 05:24:43 +1100
commitcf89d96b1f5198d92c695f58bad9ff4e693ca85e (patch)
tree812c51db6ebbe7bde1a3d19a8903357a1c26fe91 /media-sound/pianobooster/pianobooster-0.6.4b.ebuild
parentprofiles: mask dev-tex/xymtex for removal (diff)
downloadgentoo-cf89d96b1f5198d92c695f58bad9ff4e693ca85e.tar.gz
gentoo-cf89d96b1f5198d92c695f58bad9ff4e693ca85e.tar.bz2
gentoo-cf89d96b1f5198d92c695f58bad9ff4e693ca85e.zip
media-sound/pianobooster: add patch to fix build failure
Gentoo-bug: 369697 Package-Manager: portage-2.2.27
Diffstat (limited to 'media-sound/pianobooster/pianobooster-0.6.4b.ebuild')
-rw-r--r--media-sound/pianobooster/pianobooster-0.6.4b.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/pianobooster/pianobooster-0.6.4b.ebuild b/media-sound/pianobooster/pianobooster-0.6.4b.ebuild
index 54705c9f72be..8da3fe2ed96a 100644
--- a/media-sound/pianobooster/pianobooster-0.6.4b.ebuild
+++ b/media-sound/pianobooster/pianobooster-0.6.4b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -26,8 +26,11 @@ RDEPEND="${DEPEND}"
DOCS="ReleaseNote.txt ../README.txt"
-PATCHES=( "${FILESDIR}"/${P}-cmake.patch
- "${FILESDIR}"/${P}-gcc47.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-cmake.patch
+ "${FILESDIR}"/${P}-gcc47.patch
+ "${FILESDIR}"/${P}-underlinking.patch
+)
S=${WORKDIR}/${MY_P}/src