summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-12-22 01:05:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-12-22 01:05:51 +0000
commit7451f7bdfafd6c48ea9103958ccad25b91167dc9 (patch)
tree044d02060e157feac46bc3c3a32860471df2ad1c /games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild
parentFixing stop sequence in init script, patch thanks to Lars Wendler (Polynomial... (diff)
downloadgentoo-2-7451f7bdfafd6c48ea9103958ccad25b91167dc9.tar.gz
gentoo-2-7451f7bdfafd6c48ea9103958ccad25b91167dc9.tar.bz2
gentoo-2-7451f7bdfafd6c48ea9103958ccad25b91167dc9.zip
add patch from Tim Hentenaar to fix compile warning from lua (bug #296697)
(Portage version: 2.1.6.13/cvs/Linux i686)
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.ebuild7
1 files changed, 4 insertions, 3 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 7c968dcc0732..f246d1175598 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-2009 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.1 2009/10/15 06:16:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild,v 1.2 2009/12/22 01:05:51 mr_bones_ Exp $
EAPI=2
-inherit games
+inherit eutils games
DESCRIPTION="Client for the nethack-style but more in the line of UO"
HOMEPAGE="http://crossfire.real-time.com/"
@@ -16,7 +16,7 @@ IUSE="alsa gtk oss sdl"
RDEPEND="alsa? ( media-libs/alsa-lib )
gtk? ( x11-libs/gtk+:2
- sdl? ( media-libs/libsdl
+ sdl? ( media-libs/libsdl[video]
media-libs/sdl-image ) )
virtual/glut
media-libs/libpng
@@ -29,6 +29,7 @@ src_prepare() {
-r '/^.TH/s:$: 6:' \
$(find . -name "*man") \
|| die "sed failed"
+ epatch "${FILESDIR}/${P}-lua.patch"
}
src_configure() {