$NetBSD: patch-ab,v 1.3 2022/03/19 16:53:28 rhialto Exp $

- Use the default library location

--- src/_std.c.orig	2016-12-28 20:32:00.000000000 +0000
+++ src/_std.c
@@ -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
 
 
 // used as PLATFORM_INIT: reads "ACME" environment variable
