summaryrefslogtreecommitdiff
path: root/games-emulation/dgen-sdl/files/dgen-sdl-1.33-clang-c++11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/dgen-sdl/files/dgen-sdl-1.33-clang-c++11.patch')
-rw-r--r--games-emulation/dgen-sdl/files/dgen-sdl-1.33-clang-c++11.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/games-emulation/dgen-sdl/files/dgen-sdl-1.33-clang-c++11.patch b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-clang-c++11.patch
new file mode 100644
index 000000000000..55810b004f2c
--- /dev/null
+++ b/games-emulation/dgen-sdl/files/dgen-sdl-1.33-clang-c++11.patch
@@ -0,0 +1,20 @@
+--- a/main.cpp
++++ b/main.cpp
+@@ -82,7 +82,7 @@
+ static void help()
+ {
+ printf(
+- "DGen/SDL v"VER"\n"
++ "DGen/SDL v" VER "\n"
+ "Usage: dgen [options] [romname [...]]\n\n"
+ "Where options are:\n"
+ " -v Print version number and exit.\n"
+@@ -256,7 +256,7 @@
+ {
+ case 'v':
+ // Show version and exit
+- printf("DGen/SDL version "VER"\n");
++ printf("DGen/SDL version " VER "\n");
+ return 0;
+ case 'r':
+ // Parse another RC file or stdin