File amoebax-fix-invalid-conversion-error.patch of Package amoebax
diff -Naur a/src/binreloc.cxx b/src/binreloc.cxx
--- a/src/binreloc.cxx 2009-02-28 11:38:34.000000000 -0600
+++ b/src/binreloc.cxx 2013-07-12 13:23:09.508764006 -0500
@@ -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;