summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-05-06 01:44:24 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-05-06 01:44:24 +0000
commitd629948e66cb1ddbb51d5425cc39f4ebf60dfdb2 (patch)
tree8f49663e852d907e390a69022d2ed1e97fe1f81a /games-arcade/apricots
parentVersion bump (diff)
downloadgentoo-2-d629948e66cb1ddbb51d5425cc39f4ebf60dfdb2.tar.gz
gentoo-2-d629948e66cb1ddbb51d5425cc39f4ebf60dfdb2.tar.bz2
gentoo-2-d629948e66cb1ddbb51d5425cc39f4ebf60dfdb2.zip
Fix bug 228441 by cp'ing libtool-free admin/acinclude.m4.in to acinclude.m4
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/apricots')
-rw-r--r--games-arcade/apricots/ChangeLog9
-rw-r--r--games-arcade/apricots/apricots-0.2.6-r1.ebuild7
2 files changed, 12 insertions, 4 deletions
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 <loki_val@gentoo.org>
+ 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 <welp@gentoo.org> 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 \