[mcclim-devel] trivial patch to OpenMCL support
Eric Marsden
eric.marsden at free.fr
Sat May 13 14:32:46 UTC 2006
Hi,
The following trivial patch is required for recent versions of
OpenMCL, that have dropped the :mcl *feature*.
Index: package.lisp
===================================================================
RCS file: /project/mcclim/cvsroot/mcclim/package.lisp,v
retrieving revision 1.54
diff -u -r1.54 package.lisp
--- package.lisp 30 Mar 2006 12:07:59 -0000 1.54
+++ package.lisp 13 May 2006 14:23:46 -0000
@@ -220,7 +220,7 @@
`(#+clisp ,@'(:gray)
#+cmu ,@'(:ext)
#+scl ,@'(:ext)
- #+mcl ,@'(:ccl)
+ #+(or mcl openmcl) ,@'(:ccl)
#+allegro ,@'(:common-lisp :excl :stream)
#+harlequin-common-lisp ,@'(:stream)
#+sbcl ,@'(:sb-gray))) )
--
Eric Marsden
More information about the mcclim-devel
mailing list