pkgsrc-wip/sbcl-boot/patches/patch-aa
2008-01-05 00:07:16 +00:00

13 lines
295 B
Text
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-aa,v 1.1.1.1 2008/01/05 00:07:16 asau Exp $
--- src/runtime/runtime.c.orig 2005-05-05 21:07:13.000000000 +0000
+++ src/runtime/runtime.c
@@ -62,7 +62,7 @@
#endif
#ifndef SBCL_HOME
-#define SBCL_HOME "/usr/local/lib/sbcl/"
+#define SBCL_HOME "@PREFIX@/lib/sbcl/"
#endif