summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2011-06-14 10:42:55 +0000
committerAlfredo Tupone <tupone@gentoo.org>2011-06-14 10:42:55 +0000
commit6a221667dda7d4926660c6a9e7add631072cddad (patch)
tree13803f8cab5696163aa9876deb1407a0d2998b9d /games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild
parentVersion bump, bug #370783 thank tman for report. (diff)
downloadhistorical-6a221667dda7d4926660c6a9e7add631072cddad.tar.gz
historical-6a221667dda7d4926660c6a9e7add631072cddad.tar.bz2
historical-6a221667dda7d4926660c6a9e7add631072cddad.zip
Fix underlink. Bug #368889
Package-Manager: portage-2.1.10.2/cvs/Linux x86_64
Diffstat (limited to 'games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild')
-rw-r--r--games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild10
1 files changed, 6 insertions, 4 deletions
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() {