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))