diff options
author | Alexis Ballier <aballier@gentoo.org> | 2006-11-01 10:06:51 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2006-11-01 10:06:51 +0000 |
commit | f0a8e3b7acaaaa9932ed49d704fd18e70743dea2 (patch) | |
tree | 3ac13c0d6810e807e37346d77927b56e6cfdc2e0 /media-sound/rezound/rezound-0.12.2_beta-r2.ebuild | |
parent | Remove unnecessary versions, including anything below GNOME-2.14 (diff) | |
download | gentoo-2-f0a8e3b7acaaaa9932ed49d704fd18e70743dea2.tar.gz gentoo-2-f0a8e3b7acaaaa9932ed49d704fd18e70743dea2.tar.bz2 gentoo-2-f0a8e3b7acaaaa9932ed49d704fd18e70743dea2.zip |
Small patch so that fox 1.6 include path is not appended to cflags automatically; better autotools dep handling
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'media-sound/rezound/rezound-0.12.2_beta-r2.ebuild')
-rw-r--r-- | media-sound/rezound/rezound-0.12.2_beta-r2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild b/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild index 58439859edeb..8cd916d445fb 100644 --- a/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild +++ b/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild,v 1.2 2006/10/25 16:45:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rezound/rezound-0.12.2_beta-r2.ebuild,v 1.3 2006/11/01 10:06:51 aballier Exp $ + +WANT_AUTOMAKE=1.9 +WANT_AUTOCONF=2.5 inherit eutils autotools @@ -35,8 +38,6 @@ RDEPEND="=sci-libs/fftw-2* # app-cdr/cdrdao DEPEND="${RDEPEND} - sys-devel/autoconf - sys-devel/automake sys-devel/bison sys-devel/flex" @@ -47,6 +48,7 @@ src_unpack() { EPATCH_SOURCE="${WORKDIR}" EPATCH_SUFFIX="patch"\ EPATCH_FORCE="yes" epatch + epatch "${FILESDIR}/${P}-foxinclude.patch" AT_M4DIR="config/m4" eautoreconf elibtoolize } |