Bug: https://bugs.gentoo.org/show_bug.cgi?id=612758
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/5156
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit autotools eutils games
+inherit autotools eutils flag-o-matic games
DESCRIPTION="SDL/OpenGL space shoot'em up game"
HOMEPAGE="http://criticalmass.sourceforge.net/"
eautoreconf
}
+src_configure() {
+ append-cxxflags -std=gnu++98 # Bug 612758
+ default
+}
+
src_install() {
default
rm -f "${D}${GAMES_BINDIR}/Packer"