diff options
Diffstat (limited to 'games-puzzle/amoebax/files/amoebax-0.2.0-glibc2.10.patch')
-rw-r--r-- | games-puzzle/amoebax/files/amoebax-0.2.0-glibc2.10.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-puzzle/amoebax/files/amoebax-0.2.0-glibc2.10.patch b/games-puzzle/amoebax/files/amoebax-0.2.0-glibc2.10.patch deleted file mode 100644 index 4dae207f418c..000000000000 --- a/games-puzzle/amoebax/files/amoebax-0.2.0-glibc2.10.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/binreloc.cxx -+++ src/binreloc.cxx -@@ -744,7 +744,7 @@ - if (path == (const char *) NULL) - return (char *) NULL; - -- end = strrchr (path, '/'); -+ end = strrchr ((char *)path, '/'); - if (end == (const char *) NULL) - return strdup ("."); - |