Files
pkgsrc-ng/lang/icon/patches/patch-ak
2013-09-26 17:14:40 +02:00

14 lines
361 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
$NetBSD: patch-ak,v 1.4 2004/08/28 16:40:43 danw Exp $
--- 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);
}