summaryrefslogtreecommitdiff
path: root/games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch')
-rw-r--r--games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch b/games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch
new file mode 100644
index 000000000000..79c66a8c95b8
--- /dev/null
+++ b/games-puzzle/amoebax/files/amoebax-0.2.1-compile.patch
@@ -0,0 +1,12 @@
+--- src/binreloc.cxx
++++ src/binreloc.cxx
+@@ -739,7 +739,8 @@
+ char *
+ br_dirname (const char *path)
+ {
+- char *end, *result;
++ const char *end;
++ char *result;
+
+ if (path == (const char *) NULL)
+ return (char *) NULL;