From 95008285045d7130c028d6755dcc2bae5387cb22 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 3 Jan 2020 23:09:25 +0100 Subject: 20200103.1 global branch merge. Signed-off-by: Matteo Bernardini --- games/roadfighter/gcc.patch | 11 +++++++++++ games/roadfighter/roadfighter.SlackBuild | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 games/roadfighter/gcc.patch (limited to 'games/roadfighter') diff --git a/games/roadfighter/gcc.patch b/games/roadfighter/gcc.patch new file mode 100644 index 0000000000..c7e3e3895a --- /dev/null +++ b/games/roadfighter/gcc.patch @@ -0,0 +1,11 @@ +--- src/auxiliar.cpp 2016-06-07 16:18:19.672015830 +0200 ++++ src/auxiliar.cpp 2016-06-07 16:18:41.678235683 +0200 +@@ -84,7 +84,7 @@ + mask=IMG_Load(name); + + if (tmp==0 || +- mask==0) return false; ++ mask==0) return 0; + + res=SDL_DisplayFormatAlpha(tmp); + diff --git a/games/roadfighter/roadfighter.SlackBuild b/games/roadfighter/roadfighter.SlackBuild index 2679ac6887..d6215675c6 100644 --- a/games/roadfighter/roadfighter.SlackBuild +++ b/games/roadfighter/roadfighter.SlackBuild @@ -74,6 +74,9 @@ find -L . \ # fix installation path patch -p1 < $CWD/makefile.patch +# fix building with the newer gcc +patch -p0 < $CWD/gcc.patch + make make install PREFIX=$PKG -- cgit v1.2.3