summaryrefslogtreecommitdiff
path: root/lang/icon/patches/patch-ak
blob: 3dac9daa4b2b269538031876b7a4e2ea03150810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ak,v 1.3 2001/06/25 18:00:16 jtb Exp $

--- src/icont/tunix.c.orig	Sat Jun 23 20:08:38 2001
+++ src/icont/tunix.c
@@ -247,6 +247,6 @@
    else
       strcpy(buf, ".");
    strcat(buf, ":");
-   strcat(buf, relfile(prog, "/../../lib"));
+   strcat(buf, relfile(prog, "/../../lib/icon"));
    return salloc(buf);
    }