summaryrefslogtreecommitdiffstats
path: root/games/f1spirit/03_gcc6.patch
diff options
context:
space:
mode:
author Matteo Bernardini2019-04-20 20:10:07 +0200
committer Matteo Bernardini2019-04-20 20:10:07 +0200
commit4aa3bdbdb45235aefbb8760b054fe85c4dd34e26 (patch)
treecea7a5d09c01650a9bc1756be62de1b44a249093 /games/f1spirit/03_gcc6.patch
parentfd5a9ea5097bc1dcbece1263d54364dde06a588f (diff)
downloadslackbuilds-4aa3bdbdb45235aefbb8760b054fe85c4dd34e26.tar.gz
20190420.1 global branch merge.current-20190420.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/f1spirit/03_gcc6.patch')
-rw-r--r--games/f1spirit/03_gcc6.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/f1spirit/03_gcc6.patch b/games/f1spirit/03_gcc6.patch
new file mode 100644
index 0000000000..fbae3bd832
--- /dev/null
+++ b/games/f1spirit/03_gcc6.patch
@@ -0,0 +1,12 @@
+diff -Naur f1spirit-0.rc9.1615.orig/sources/auxiliar.cpp f1spirit-0.rc9.1615/sources/auxiliar.cpp
+--- f1spirit-0.rc9.1615.orig/sources/auxiliar.cpp 2009-02-06 10:54:49.000000000 +0100
++++ f1spirit-0.rc9.1615/sources/auxiliar.cpp 2017-06-23 11:57:14.145689872 +0200
+@@ -93,7 +93,7 @@
+
+ if (tmp == 0 ||
+ mask == 0)
+- return false;
++ return 0;
+
+ res = SDL_DisplayFormatAlpha(tmp);
+