summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-12-22 21:58:46 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-12-22 21:58:46 +0000
commite669d6f8486148309a13bacc1a76ff95c602f622 (patch)
tree9988ac795c81b7cb798c5f8f04d5d5b96bd52207 /games-action/bzflag/bzflag-2.0.8.ebuild
parentStable on amd64. Bug #158821 (diff)
downloadgentoo-2-e669d6f8486148309a13bacc1a76ff95c602f622.tar.gz
gentoo-2-e669d6f8486148309a13bacc1a76ff95c602f622.tar.bz2
gentoo-2-e669d6f8486148309a13bacc1a76ff95c602f622.zip
Fix "shots not seen" with -fstrict-aliasing. Bug #140918
(Portage version: 2.1.1-r2)
Diffstat (limited to 'games-action/bzflag/bzflag-2.0.8.ebuild')
-rw-r--r--games-action/bzflag/bzflag-2.0.8.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-action/bzflag/bzflag-2.0.8.ebuild b/games-action/bzflag/bzflag-2.0.8.ebuild
index c3c80a46ddd6..110b43b917a7 100644
--- a/games-action/bzflag/bzflag-2.0.8.ebuild
+++ b/games-action/bzflag/bzflag-2.0.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild,v 1.4 2006/12/13 02:37:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bzflag/bzflag-2.0.8.ebuild,v 1.5 2006/12/22 21:58:46 tupone Exp $
inherit eutils flag-o-matic games
@@ -44,6 +44,7 @@ src_unpack() {
unpack ${A}
cd "${S}"
+ epatch "${FILESDIR}/${P}"-gcc4.patch
sed -i configure \
-e 's:^CFLAGS=.*::' \
-e 's:^CXXFLAGS=.*::' \