Closes: https://bugs.gentoo.org/598690
Package-Manager: Portage-2.3.10, Repoman-2.3.3
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
src_prepare() {
epatch "${FILESDIR}"/${P}-warnings.patch
+ epatch "${FILESDIR}"/${P}-gcc6.patch
sed -i \
-e "/PREFIX/s://:${D}:" \
-e "/DATADIR/s:/usr/games/bloboats/data:${GAMES_DATADIR}/${PN}:" \
--- /dev/null
+diff -ruN --strip-trailing-cr bloboats-1.0.2.orig/src/menu.cpp bloboats-1.0.2/src/menu.cpp
+--- bloboats-1.0.2.orig/src/menu.cpp 2010-08-25 23:55:26.000000000 +0200
++++ bloboats-1.0.2/src/menu.cpp 2017-10-02 16:09:23.398499565 +0200
+@@ -917,7 +917,7 @@
+ exit(1);
+ }
+
+- ghostfile=false;
++ ghostfile=NULL;
+ ghost=false;
+ } else {
+ Uint32 ghostlevel = 0;