diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-12 19:30:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-12 19:30:11 +0000 |
commit | 4f080c72c57c572213d0e2c19cf53baf0be6ba8f (patch) | |
tree | d106013acb829624f22cd082d8120b8276deaa3b /games-puzzle/amoebax/files/amoebax-0.2.0-glibc2.10.patch | |
parent | Version bump (bug 543078, thanks mrueg). (diff) | |
download | historical-4f080c72c57c572213d0e2c19cf53baf0be6ba8f.tar.gz historical-4f080c72c57c572213d0e2c19cf53baf0be6ba8f.tar.bz2 historical-4f080c72c57c572213d0e2c19cf53baf0be6ba8f.zip |
old
Package-Manager: portage-2.2.14/cvs/Linux x86_64
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 ("."); - |