diff options
author | 2008-10-19 20:47:04 +0000 | |
---|---|---|
committer | 2008-10-19 20:47:04 +0000 | |
commit | 39193f82db96e631a88a0f8451e0868afeb16e5a (patch) | |
tree | e5439a13e62cfe8645ffac0b5ca779f966301f64 /net-www | |
parent | New version for GNOME 2.24. (diff) | |
download | gentoo-2-39193f82db96e631a88a0f8451e0868afeb16e5a.tar.gz gentoo-2-39193f82db96e631a88a0f8451e0868afeb16e5a.tar.bz2 gentoo-2-39193f82db96e631a88a0f8451e0868afeb16e5a.zip |
Fix compilation with =sys-devel/libtool-1*.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64)
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/gnash/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/gnash/gnash-0.8.4.ebuild | 8 |
2 files changed, 11 insertions, 2 deletions
diff --git a/net-www/gnash/ChangeLog b/net-www/gnash/ChangeLog index d897739e0a77..1b4c5654514f 100644 --- a/net-www/gnash/ChangeLog +++ b/net-www/gnash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/gnash # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.64 2008/10/19 11:49:10 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/ChangeLog,v 1.65 2008/10/19 20:47:04 loki_val Exp $ + + 19 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> gnash-0.8.4.ebuild: + Fix compilation with =sys-devel/libtool-1*. *gnash-0.8.4 (19 Oct 2008) diff --git a/net-www/gnash/gnash-0.8.4.ebuild b/net-www/gnash/gnash-0.8.4.ebuild index 64885f37a677..2a1740f23064 100644 --- a/net-www/gnash/gnash-0.8.4.ebuild +++ b/net-www/gnash/gnash-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.8.4.ebuild,v 1.1 2008/10/19 11:49:10 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/gnash/gnash-0.8.4.ebuild,v 1.2 2008/10/19 20:47:04 loki_val Exp $ EAPI=1 @@ -147,6 +147,12 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${PN}-0.8.3-boost-dynamic-link.patch + if has_version '<sys-devel/libtool-2' + then + sed -i \ + -e '/libltdl\/Makefile/d' configure.ac \ + || die "Sedding configure.ac failed." + fi eautoreconf } |