From 7451f7bdfafd6c48ea9103958ccad25b91167dc9 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 22 Dec 2009 01:05:51 +0000 Subject: add patch from Tim Hentenaar to fix compile warning from lua (bug #296697) (Portage version: 2.1.6.13/cvs/Linux i686) --- games-roguelike/crossfire-client/crossfire-client-1.12.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 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 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() { -- cgit v1.2.3-65-gdbad