summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2017-07-24 00:26:42 -0400
committerDavid Seifert <soap@gentoo.org>2017-07-30 11:09:50 +0200
commitddc1a4cfd09f5429575c3eba483995b22907d9ef (patch)
tree355adf6b9d3ccef047d957efcf2b6fe390cf5801 /games-action/btanks/btanks-0.9.8083.ebuild
parentgames-strategy/glob2: Fix building with GCC-6 (diff)
downloadgentoo-ddc1a4cfd09f5429575c3eba483995b22907d9ef.tar.gz
gentoo-ddc1a4cfd09f5429575c3eba483995b22907d9ef.tar.bz2
gentoo-ddc1a4cfd09f5429575c3eba483995b22907d9ef.zip
games-action/btanks: Fix building with -Werror=terminate in GCC-6
Bug: https://bugs.gentoo.org/show_bug.cgi?id=609692 Package-Manager: Portage-2.3.6, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/5190
Diffstat (limited to 'games-action/btanks/btanks-0.9.8083.ebuild')
-rw-r--r--games-action/btanks/btanks-0.9.8083.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/games-action/btanks/btanks-0.9.8083.ebuild b/games-action/btanks/btanks-0.9.8083.ebuild
index c080022faa95..9da95ffb8f30 100644
--- a/games-action/btanks/btanks-0.9.8083.ebuild
+++ b/games-action/btanks/btanks-0.9.8083.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -28,7 +28,8 @@ src_prepare() {
rm -rf sdlx/gfx
epatch "${FILESDIR}"/${P}-scons-blows.patch \
"${FILESDIR}"/${P}-gcc46.patch \
- "${FILESDIR}"/${P}-gcc47.patch
+ "${FILESDIR}"/${P}-gcc47.patch \
+ "${FILESDIR}"/${P}-gcc6.patch
}
src_compile() {