Commit dec2bc4b authored by Hans Huebner's avatar Hans Huebner
Browse files

Merge branch 'master' of github.com:edicl/cl-gd

parents 09edad06 c9c369e7
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@
  :version "0.6.1"
  :serial t
  :description "Interface to the GD graphics library"
  :defsystem-depends-on (:external-program)
  :components ((:file "packages")
               (:file "util")
               (:file "specials")
@@ -57,12 +56,5 @@
               (:file "strings")
               (:file "misc")
               (:file "animated-gif"))
  :perform (compile-op :before (op c)
    (declare (ignore op c))
    (sb-posix:chdir (asdf:system-source-directory :cl-gd))
    #+darwin
    (funcall (symbol-function (intern "RUN" :external-program)) "/usr/bin/make" '("cl-gd-glue.dylib"))
    #-darwin
    (funcall (symbol-function (intern "RUN" :external-program)) "/usr/bin/make" nil))
  :depends-on (#-(or :clisp :openmcl) :uffi
               #+(or :clisp :openmcl) :cffi-uffi-compat))