summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-03-04 04:20:09 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-03-04 04:20:09 +0000
commit92cd5dbdf76ef01601202fe03d2bb4806565bed9 (patch)
treeb741971fdc09db09d9964be27ad952722c506f1f /games-action/bomberclone
parentold (diff)
downloadgentoo-2-92cd5dbdf76ef01601202fe03d2bb4806565bed9.tar.gz
gentoo-2-92cd5dbdf76ef01601202fe03d2bb4806565bed9.tar.bz2
gentoo-2-92cd5dbdf76ef01601202fe03d2bb4806565bed9.zip
avoid -Werror (bug #260894)
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-action/bomberclone')
-rw-r--r--games-action/bomberclone/ChangeLog6
-rw-r--r--games-action/bomberclone/bomberclone-0.11.8.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/games-action/bomberclone/ChangeLog b/games-action/bomberclone/ChangeLog
index 59eb22e56a45..eb5065889838 100644
--- a/games-action/bomberclone/ChangeLog
+++ b/games-action/bomberclone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/bomberclone
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v 1.29 2009/01/14 19:41:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v 1.30 2009/03/04 04:20:09 mr_bones_ Exp $
+
+ 04 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ bomberclone-0.11.8.ebuild:
+ avoid -Werror (bug #260894)
14 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
bomberclone-0.11.8.ebuild:
diff --git a/games-action/bomberclone/bomberclone-0.11.8.ebuild b/games-action/bomberclone/bomberclone-0.11.8.ebuild
index aba6bfceb750..76b6c89c0986 100644
--- a/games-action/bomberclone/bomberclone-0.11.8.ebuild
+++ b/games-action/bomberclone/bomberclone-0.11.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.11.8.ebuild,v 1.6 2009/01/14 19:41:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.11.8.ebuild,v 1.7 2009/03/04 04:20:09 mr_bones_ Exp $
EAPI=2
inherit eutils games
@@ -21,6 +21,11 @@ DEPEND=">=media-libs/libsdl-1.1.0
src_prepare() {
ecvs_clean
+ # bug #260894
+ sed -i \
+ -e 's/ -Werror//' \
+ configure \
+ || die "sed failed"
}
src_configure() {