summaryrefslogtreecommitdiff
path: root/games/spellathon/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/spellathon/files')
-rw-r--r--games/spellathon/files/patch-src_cl_main.cc15
-rw-r--r--games/spellathon/files/patch-src_gui_mainwindow.cc15
2 files changed, 0 insertions, 30 deletions
diff --git a/games/spellathon/files/patch-src_cl_main.cc b/games/spellathon/files/patch-src_cl_main.cc
deleted file mode 100644
index 120010e31f74..000000000000
--- a/games/spellathon/files/patch-src_cl_main.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-main.cc:378:31: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
- fprintf(stderr, "Spellathon "VERSION" (svn%s) (c)"COPYRIGHT"\n\n"
- ^
-
---- src/cl/main.cc.orig 2018-08-02 06:21:54 UTC
-+++ src/cl/main.cc
-@@ -375,7 +375,7 @@ static void
- help(void)
- {
- const char* svn_version(void);
-- fprintf(stderr, "Spellathon "VERSION" (svn%s) (c)"COPYRIGHT"\n\n"
-+ fprintf(stderr, "Spellathon " VERSION " (svn%s) (c)" COPYRIGHT "\n\n"
- "usage: spellathon <option> [sub-options ...]\n\n"
- "Options:\n"
- " -i -- Game instructions.\n"
diff --git a/games/spellathon/files/patch-src_gui_mainwindow.cc b/games/spellathon/files/patch-src_gui_mainwindow.cc
deleted file mode 100644
index 76a60d7b974e..000000000000
--- a/games/spellathon/files/patch-src_gui_mainwindow.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-mainwindow.cc:351:82: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
- QMessageBox::about(this, "About", QString("<font size=\"+2\">Spellathon </font>"VERSION"&nbsp;&nbsp;<font color=\"gray\">(svn%1)</font><br><br>&copy;"COPYRIGHT"<br>").arg(svn_version()));
- ^
-
---- src/gui/mainwindow.cc.orig 2018-08-02 06:22:41 UTC
-+++ src/gui/mainwindow.cc
-@@ -348,7 +348,7 @@ void
- MainWindow::about()
- {
- const char* svn_version();
-- QMessageBox::about(this, "About", QString("<font size=\"+2\">Spellathon </font>"VERSION"&nbsp;&nbsp;<font color=\"gray\">(svn%1)</font><br><br>&copy;"COPYRIGHT"<br>").arg(svn_version()));
-+ QMessageBox::about(this, "About", QString("<font size=\"+2\">Spellathon </font>" VERSION "&nbsp;&nbsp;<font color=\"gray\">(svn%1)</font><br><br>&copy;" COPYRIGHT "<br>").arg(svn_version()));
- }
-
- void