diff options
Diffstat (limited to 'lang/sbcl/patches/patch-aa')
-rw-r--r-- | lang/sbcl/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/sbcl/patches/patch-aa b/lang/sbcl/patches/patch-aa new file mode 100644 index 00000000000..72292597bec --- /dev/null +++ b/lang/sbcl/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2005/06/23 03:00:20 jonb 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 + + |