summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2005-11-06 16:12:01 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2005-11-06 16:12:01 +0000
commite7ecd2e061f8995c8128e5a82c293b20d5f7a6bb (patch)
tree882af351f50a25c52c0d0ce079f3e7047bcb9e48 /games-action/xbomber/xbomber-101.ebuild
parentAdd bmp support (diff)
downloadhistorical-e7ecd2e061f8995c8128e5a82c293b20d5f7a6bb.tar.gz
historical-e7ecd2e061f8995c8128e5a82c293b20d5f7a6bb.tar.bz2
historical-e7ecd2e061f8995c8128e5a82c293b20d5f7a6bb.zip
Fixed BUG #108724. Patch fixes usage of vsprintf.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'games-action/xbomber/xbomber-101.ebuild')
-rw-r--r--games-action/xbomber/xbomber-101.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-action/xbomber/xbomber-101.ebuild b/games-action/xbomber/xbomber-101.ebuild
index 470dd008c60b..edc2a26a94eb 100644
--- a/games-action/xbomber/xbomber-101.ebuild
+++ b/games-action/xbomber/xbomber-101.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/xbomber-101.ebuild,v 1.7 2005/10/10 00:15:52 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/xbomber/xbomber-101.ebuild,v 1.8 2005/11/06 16:12:01 kugelfang Exp $
inherit games
@@ -23,6 +23,7 @@ src_unpack() {
sed -i "s:X386:X11R6:" Makefile
sed -i "s:data/%s:${GAMES_DATADIR}/${PN}/%s:" bomber.c
sed -i "s:=\"data\":=\"${GAMES_DATADIR}/${PN}\":" sound.c
+ epatch ${FILESDIR}/${P}-va_list.patch
}
src_compile() {