Date: Tue, 15 Nov 2005 16:20:10 GMT From: Volker Stolz <vs@FreeBSD.org> To: vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vs@FreeBSD.org Subject: Re: ports/88631: [PATCH]: lang/kawa: Fix build issues on pointyhat Message-ID: <200511151620.jAFGKAox061874@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: [PATCH]: lang/kawa: Fix build issues on pointyhat Responsible-Changed-From-To: freebsd-ports-bugs->vs Responsible-Changed-By: vs Responsible-Changed-When: Tue Nov 15 16:18:12 GMT 2005 Responsible-Changed-Why: The attached patch fixes the build-issue, please approve. --- bin/kawapath.c.orig +++ bin/kawapath.c @@ -15,8 +15,8 @@ const char *path = getenv("KAWALIB"); if (path == NULL) { - path = kawalib; const char *rp = progname == NULL ? NULL : strrchr(progname, '/'); + path = kawalib; if (rp != NULL) { /* If kawa is executed "in place" as $builddir/bin/kawa http://www.freebsd.org/cgi/query-pr.cgi?pr=88631
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511151620.jAFGKAox061874>