{
hunk ./cffi.asd 28
-#-(or openmcl sbcl cmu scl clisp lispworks ecl allegro cormanlisp)
-(error "Sorry, this Lisp is not yet supported.  Patches welcome!")
-
hunk ./cffi.asd 38
-    (#+openmcl    (:file "cffi-openmcl")
-     #+sbcl       (:file "cffi-sbcl")
-     #+cmu        (:file "cffi-cmucl")
-     #+scl        (:file "cffi-scl")
-     #+clisp      (:file "cffi-clisp")
-     #+lispworks  (:file "cffi-lispworks")
-     #+ecl        (:file "cffi-ecl")
-     #+allegro    (:file "cffi-allegro")
-     #+cormanlisp (:file "cffi-corman")
+    ((:port-file "cffi-~/implementation/")
}

