diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-04-20 22:10:40 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-04-20 22:10:40 +0000 |
commit | 40470feb7e3b609aba0e8f0a0acfe3db98169063 (patch) | |
tree | e2e82bded8db0d3c68971204b1c8d0acf98b365b /media-sound/fluidsynth/fluidsynth-1.0.9.ebuild | |
parent | Adding gtk-doc-am to DEPEND, thanks to loki_val, bug #265928. (diff) | |
download | gentoo-2-40470feb7e3b609aba0e8f0a0acfe3db98169063.tar.gz gentoo-2-40470feb7e3b609aba0e8f0a0acfe3db98169063.tar.bz2 gentoo-2-40470feb7e3b609aba0e8f0a0acfe3db98169063.zip |
Fix build with libtool-1.5*, bug 266823, thanks to Polynomial-C for the patch.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/fluidsynth/fluidsynth-1.0.9.ebuild')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.9.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild index df715e5f4445..de42a6bcd22c 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v 1.1 2009/04/14 19:59:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.9.ebuild,v 1.2 2009/04/20 22:10:40 loki_val Exp $ EAPI=2 @@ -37,6 +37,7 @@ pkg_setup() { src_prepare() { epatch "${FILESDIR}/${P}-pkg.patch" + rm -f m4/lt*.m4 m4/libtool.m4 eautoreconf } |