ports/88631: [PATCH]: lang/kawa: Fix build issues on pointyhat

Volker Stolz vs at FreeBSD.org
Tue Nov 15 16:20:11 UTC 2005


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



More information about the freebsd-ports-bugs mailing list