14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
$NetBSD: patch-ab,v 1.2 2012/12/12 10:12:16 wiz Exp $
|
|
|
|
--- src/_std.c.orig 2006-03-26 20:37:02.000000000 +0300
|
|
+++ src/_std.c 2011-03-17 10:27:51.000000000 +0200
|
|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
// Variables
|
|
-char *AnyOS_lib_prefix = NULL; // header string of library tree
|
|
+char *AnyOS_lib_prefix = DEFAULT_ACME_LIB; // header string of library tree
|
|
|
|
|
|
// Functions
|