From d629948e66cb1ddbb51d5425cc39f4ebf60dfdb2 Mon Sep 17 00:00:00 2001 From: Peter Alfredsen Date: Wed, 6 May 2009 01:44:24 +0000 Subject: Fix bug 228441 by cp'ing libtool-free admin/acinclude.m4.in to acinclude.m4 (Portage version: 2.2_rc28/cvs/Linux x86_64) --- games-arcade/apricots/ChangeLog | 9 +++++++-- games-arcade/apricots/apricots-0.2.6-r1.ebuild | 7 +++++-- 2 files changed, 12 insertions(+), 4 deletions(-) (limited to 'games-arcade') diff --git a/games-arcade/apricots/ChangeLog b/games-arcade/apricots/ChangeLog index 6157c506d370..34aa4f4af797 100644 --- a/games-arcade/apricots/ChangeLog +++ b/games-arcade/apricots/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/apricots -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.13 2007/05/27 21:13:43 welp Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/ChangeLog,v 1.14 2009/05/06 01:44:24 loki_val Exp $ + + 06 May 2009; Peter Alfredsen + apricots-0.2.6-r1.ebuild: + Fix bug 228441 by cp'ing libtool-free admin/acinclude.m4.in to + acinclude.m4 27 May 2007; Peter Weller apricots-0.2.6-r1.ebuild: Stable on amd64 wrt bug 178383 diff --git a/games-arcade/apricots/apricots-0.2.6-r1.ebuild b/games-arcade/apricots/apricots-0.2.6-r1.ebuild index 3b959a954b38..7777a5935d83 100644 --- a/games-arcade/apricots/apricots-0.2.6-r1.ebuild +++ b/games-arcade/apricots/apricots-0.2.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.6 2007/05/27 21:13:43 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/apricots/apricots-0.2.6-r1.ebuild,v 1.7 2009/05/06 01:44:24 loki_val Exp $ inherit autotools eutils games @@ -21,6 +21,9 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-freealut.patch + + cp admin/acinclude.m4.in acinclude.m4 + sed -i \ -e 's:-DAP_PATH=\\\\\\"$prefix.*":-DAP_PATH=\\\\\\"${GAMES_DATADIR}/${PN}/\\\\\\"":' \ configure.in \ -- cgit v1.2.3-65-gdbad