From 6a221667dda7d4926660c6a9e7add631072cddad Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Tue, 14 Jun 2011 10:42:55 +0000 Subject: Fix underlink. Bug #368889 Package-Manager: portage-2.1.10.2/cvs/Linux x86_64 --- .../crossfire-client/crossfire-client-1.12.0.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild') diff --git a/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild b/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild index 371958e7c9a4..cd9332209ef5 100644 --- a/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild +++ b/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild,v 1.5 2010/09/16 16:57:08 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild,v 1.6 2011/06/14 10:42:55 tupone Exp $ EAPI=2 -inherit eutils games +inherit eutils autotools games DESCRIPTION="Client for the nethack-style but more in the line of UO" HOMEPAGE="http://crossfire.real-time.com/" @@ -29,7 +29,9 @@ src_prepare() { -r '/^.TH/s:$: 6:' \ $(find . -name "*man") \ || die "sed failed" - epatch "${FILESDIR}/${P}-lua.patch" + epatch "${FILESDIR}/${P}-lua.patch" \ + "${FILESDIR}"/${P}-underlink.patch + eautoreconf } src_configure() { -- cgit v1.2.3-65-gdbad