summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-arcade/bloboats/files')
-rw-r--r--games-arcade/bloboats/files/bloboats-1.0.2-gcc6.patch12
-rw-r--r--games-arcade/bloboats/files/bloboats-1.0.2-warnings.patch24
2 files changed, 0 insertions, 36 deletions
diff --git a/games-arcade/bloboats/files/bloboats-1.0.2-gcc6.patch b/games-arcade/bloboats/files/bloboats-1.0.2-gcc6.patch
deleted file mode 100644
index e0af90f19cc3..000000000000
--- a/games-arcade/bloboats/files/bloboats-1.0.2-gcc6.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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;
diff --git a/games-arcade/bloboats/files/bloboats-1.0.2-warnings.patch b/games-arcade/bloboats/files/bloboats-1.0.2-warnings.patch
deleted file mode 100644
index d05f2dd9bdc1..000000000000
--- a/games-arcade/bloboats/files/bloboats-1.0.2-warnings.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ru 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 17:55:26.000000000 -0400
-+++ bloboats-1.0.2/src/menu.cpp 2010-11-28 01:19:57.664406227 -0500
-@@ -118,7 +118,7 @@
- bool used=false;
-
- if (fgets(nick, NICK_MAXLEN+2, fp)) {
-- if (nick && strlen(nick)>1 ) {
-+ if (strlen(nick)>1 ) {
- nick[strlen(nick)-1]='\0';
- used=true;
- Player[i].setnick(nick);
-diff -ru bloboats-1.0.2.orig/src/path.cpp bloboats-1.0.2/src/path.cpp
---- bloboats-1.0.2.orig/src/path.cpp 2006-08-02 18:05:36.000000000 -0400
-+++ bloboats-1.0.2/src/path.cpp 2010-11-28 01:19:19.385415683 -0500
-@@ -111,7 +111,7 @@
- }
-
- if (type>0) {
-- if (d2) {
-+ if (*d2) {
- char *ps = new char[p.size()+1];
- strncpy (ps, p.c_str(), p.size()+1);
-