summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-03-12 19:30:11 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-03-12 19:30:11 +0000
commit4f080c72c57c572213d0e2c19cf53baf0be6ba8f (patch)
treed106013acb829624f22cd082d8120b8276deaa3b /games-puzzle/amoebax/files/amoebax-0.2.0-glibc2.10.patch
parentVersion bump (bug 543078, thanks mrueg). (diff)
downloadhistorical-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.patch11
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 (".");
-