The upcoming Clozure CL upgrade will require loading asdf-binary-locations.

This commit is contained in:
Jimmy Olgeni 2011-03-28 15:43:19 +00:00
parent cc9f9fb569
commit 7df0d52843
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271941
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,7 @@
PORTNAME= asdf
PORTVERSION= 1.374
PORTREVISION= 3
PORTREVISION= 4
PORTEPOCH= 1
CATEGORIES= devel lisp
PKGNAMEPREFIX= cl-

View file

@ -208,8 +208,9 @@ LISP-SPECIFIC-FASL-SUBDIR as well."
(pushnew *system-registry* asdf:*central-registry*)
;; The bundled ASDF in SBCL needs asdf-binary-locations
;; The bundled ASDFs in SBCL and Clozure CL need asdf-binary-locations
#+sbcl (asdf:operate 'asdf:load-op :asdf-binary-locations)
#+openmcl (asdf:operate 'asdf:load-op :asdf-binary-locations)
(defun asdf:implementation-specific-directory-name ()
"Return a name that can be used as a directory name that is unique to