diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-29 05:07:14 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-29 05:07:14 +0000 |
commit | 67904938ea915a8fc824454df037210f90adb34c (patch) | |
tree | 8705cb2613810990106e7ff1f4dd0b6420b154f1 /media-sound/denemo/denemo-0.9.6.ebuild | |
parent | stable ppc, bug #434580 (diff) | |
download | gentoo-2-67904938ea915a8fc824454df037210f90adb34c.tar.gz gentoo-2-67904938ea915a8fc824454df037210f90adb34c.tar.bz2 gentoo-2-67904938ea915a8fc824454df037210f90adb34c.zip |
Add missing header files to fix build with jack enabled (bug #436376 by Dominique Michel).
(Portage version: 2.2.0_alpha133/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/denemo/denemo-0.9.6.ebuild')
-rw-r--r-- | media-sound/denemo/denemo-0.9.6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/denemo/denemo-0.9.6.ebuild b/media-sound/denemo/denemo-0.9.6.ebuild index dcb6cc66833d..a2bc533fff78 100644 --- a/media-sound/denemo/denemo-0.9.6.ebuild +++ b/media-sound/denemo/denemo-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/denemo/denemo-0.9.6.ebuild,v 1.1 2012/09/22 00:49:21 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/denemo/denemo-0.9.6.ebuild,v 1.2 2012/09/29 05:07:14 radhermit Exp $ EAPI=4 inherit eutils fdo-mime @@ -45,6 +45,7 @@ DOCS=( AUTHORS ChangeLog doc/{DESIGN{,.lilypond},GOALS,TODO} NEWS ) src_prepare() { epatch "${FILESDIR}"/${P}-desktop.patch epatch "${FILESDIR}"/${P}-alsa.patch + epatch "${FILESDIR}"/${P}-jack.patch epatch "${FILESDIR}"/${P}-implicit-declarations.patch } |