9e05620e24
The asdf-init.lisp script was changed to support the bundled ASDF libraries in lang/ccl and lang/sbcl. Therefore, it can be safely loaded by both (also by lang/clisp) to enable the ASDF framework.
15 lines
451 B
Common Lisp
15 lines
451 B
Common Lisp
|
|
$FreeBSD$
|
|
|
|
--- asdf.lisp.orig
|
|
+++ asdf.lisp
|
|
@@ -630,7 +630,8 @@
|
|
(system-source-file (cdr system-pair)))))))
|
|
|
|
(defvar *central-registry*
|
|
- `((directory-namestring *default-pathname-defaults*))
|
|
+ `((directory-namestring *default-pathname-defaults*)
|
|
+ "%%PREFIX%%/lib/common-lisp/system-registry/")
|
|
"A list of 'system directory designators' ASDF uses to find systems.
|
|
|
|
A 'system directory designator' is a pathname or a function
|