Changes since previous packaged version are too long to list, they include 1,5 years of continuous development, adding features, compiler optimizations, and fixing bugs. See log at http://www.sbcl.org/all-news.html
13 lines
350 B
Text
13 lines
350 B
Text
$NetBSD: patch-aa,v 1.2 2009/08/19 13:03:30 asau Exp $
|
|
|
|
--- src/runtime/runtime.c.orig 2009-03-23 00:44:07.000000000 +0300
|
|
+++ src/runtime/runtime.c 2009-05-24 09:46:18.000000000 +0400
|
|
@@ -67,7 +67,7 @@
|
|
#endif
|
|
|
|
#ifndef SBCL_HOME
|
|
-#define SBCL_HOME "/usr/local/lib/sbcl/"
|
|
+#define SBCL_HOME "@PREFIX@/lib/sbcl/"
|
|
#endif
|
|
|
|
#ifdef LISP_FEATURE_HPUX
|