summaryrefslogtreecommitdiffstats
path: root/games/pinball/pinball-0.3.1-strictproto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games/pinball/pinball-0.3.1-strictproto.patch')
-rw-r--r--games/pinball/pinball-0.3.1-strictproto.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/games/pinball/pinball-0.3.1-strictproto.patch b/games/pinball/pinball-0.3.1-strictproto.patch
new file mode 100644
index 0000000000..89a7fe9fa3
--- /dev/null
+++ b/games/pinball/pinball-0.3.1-strictproto.patch
@@ -0,0 +1,7 @@
+--- base/Config.cpp.orig 2009-03-02 10:46:40.000000000 -0600
++++ base/Config.cpp 2009-03-02 10:46:40.000000000 -0600
+@@ -426,2 +426,2 @@
+- char* ptr=0;
+- char* ptrw = 0;
++ const char* ptr=0;
++ const char* ptrw = 0;