diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-10-18 14:45:06 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-10-18 14:45:06 +0000 |
commit | 370ecd23bf0fe9127e6476189aeb5f19fd31ef7a (patch) | |
tree | 964a65a35d42850178a001796cd02d9bfe7ca8fb /x11-libs/agg | |
parent | alpha/ia64/sparc stable wrt #242382 (diff) | |
download | gentoo-2-370ecd23bf0fe9127e6476189aeb5f19fd31ef7a.tar.gz gentoo-2-370ecd23bf0fe9127e6476189aeb5f19fd31ef7a.tar.bz2 gentoo-2-370ecd23bf0fe9127e6476189aeb5f19fd31ef7a.zip |
Fix libtool-2.2 breakage, bug 239654.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64)
Diffstat (limited to 'x11-libs/agg')
-rw-r--r-- | x11-libs/agg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/agg/agg-2.5.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/x11-libs/agg/ChangeLog b/x11-libs/agg/ChangeLog index 1e62c5c9a1fc..cf768b82ca57 100644 --- a/x11-libs/agg/ChangeLog +++ b/x11-libs/agg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/agg # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.11 2008/08/07 07:11:01 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.12 2008/10/18 14:45:06 loki_val Exp $ + + 18 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> agg-2.5.ebuild: + Fix libtool-2.2 breakage, bug 239654. 07 Aug 2008; Stephanie Lockwood-Childs <wormo@gentoo.org> agg-2.5.ebuild: Added missing pkgconfig dependency (bug #228203) diff --git a/x11-libs/agg/agg-2.5.ebuild b/x11-libs/agg/agg-2.5.ebuild index 167c3b4c84a3..ac74d0bb56e5 100644 --- a/x11-libs/agg/agg-2.5.ebuild +++ b/x11-libs/agg/agg-2.5.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/x11-libs/agg/agg-2.5.ebuild,v 1.10 2008/08/07 07:11:01 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5.ebuild,v 1.11 2008/10/18 14:45:06 loki_val Exp $ inherit eutils autotools @@ -23,6 +23,9 @@ DEPEND="media-libs/libsdl src_unpack() { unpack ${A} cd "${S}" + sed -r -i \ + -e 's:^(.*) -L@.*:\1:' \ + src/platform/X11/Makefile.am || die "404" eautoreconf } |