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
commite6e8adfd1930031a637bf96d4c98b95927a6cac6 (patch)
tree41e6d83b16356c39827002f53209b61f5950cf11 /games-action/xbomber/xbomber-101.ebuild
parentAdd bmp support (diff)
downloadgentoo-2-e6e8adfd1930031a637bf96d4c98b95927a6cac6.tar.gz
gentoo-2-e6e8adfd1930031a637bf96d4c98b95927a6cac6.tar.bz2
gentoo-2-e6e8adfd1930031a637bf96d4c98b95927a6cac6.zip
Fixed BUG #108724. Patch fixes usage of vsprintf.
(Portage version: 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() {