File string-gledir.patch of Package gle-graphics
--- src/manip/all.h.orig 2015-06-27 07:47:13.153406985 +0100 +++ src/manip/all.h 2015-06-27 07:47:58.768601507 +0100 @@ -143,7 +143,7 @@ typedef unsigned char uchar; typedef double dbl; char *unquote(char *s); -const char *gledir(const char *s); +string gledir(const char *s); int set_missing(int x, int y); double vcell(int x, int y); void var_find_rc(int *idx, int *var, int *nd, int c);