[bknr-cvs] r2471 - branches/trunk-reorg/thirdparty/cl-gd-0.5.6

ksprotte at common-lisp.net ksprotte at common-lisp.net
Mon Feb 11 14:07:36 UTC 2008


Author: ksprotte
Date: Mon Feb 11 09:07:36 2008
New Revision: 2471

Modified:
   branches/trunk-reorg/thirdparty/cl-gd-0.5.6/cl-gd.asd
Log:
cl-gd now always depends on uffi


Modified: branches/trunk-reorg/thirdparty/cl-gd-0.5.6/cl-gd.asd
==============================================================================
--- branches/trunk-reorg/thirdparty/cl-gd-0.5.6/cl-gd.asd	(original)
+++ branches/trunk-reorg/thirdparty/cl-gd-0.5.6/cl-gd.asd	Mon Feb 11 09:07:36 2008
@@ -54,5 +54,4 @@
                (:file "drawing")
                (:file "strings")
                (:file "misc"))
-  :depends-on (#-(or :clisp :openmcl) :uffi
-               #+(or :clisp :openmcl) :cffi-uffi-compat))
+  :depends-on (:uffi))



More information about the Bknr-cvs mailing list