blob: 6c93a74c96d4dd1a61c93d790d40c41d6bbfa7d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ak,v 1.5 2015/12/29 23:34:48 dholland Exp $
Use the right library path.
--- src/icont/tunix.c.orig Thu Aug 5 19:42:45 2004
+++ src/icont/tunix.c Thu Aug 5 19:43:16 2004
@@ -301,7 +301,7 @@
else
strcpy(buf, ".");
strcat(buf, ":");
- strcat(buf, relfile(prog, "/../../lib"));
+ strcat(buf, relfile(prog, "/../../lib/icon"));
return salloc(buf);
}
|