mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Add Clozure CL paths to asdf:*central-registry*.
This commit is contained in:
parent
7df0d52843
commit
5edf5649ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271942
@ -9,7 +9,7 @@
|
||||
|
||||
PORTNAME= asdf
|
||||
PORTVERSION= 1.374
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel lisp
|
||||
PKGNAMEPREFIX= cl-
|
||||
|
@ -206,6 +206,8 @@ LISP-SPECIFIC-FASL-SUBDIR as well."
|
||||
(or (ignore-errors (load *asdf-binary-pathname* :verbose t :print nil))
|
||||
(load *asdf-pathname* :verbose t :print nil))
|
||||
|
||||
#+openmcl (push "ccl:tools;asdf-install;" asdf:*central-registry*)
|
||||
|
||||
(pushnew *system-registry* asdf:*central-registry*)
|
||||
|
||||
;; The bundled ASDFs in SBCL and Clozure CL need asdf-binary-locations
|
||||
|
Loading…
Reference in New Issue
Block a user