You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lisp/ecls/files/12.12.1-asdf.patch

13 lines
418 B

--- src/compile.lsp.in.orig 2013-05-23 22:24:01.858778565 +1200
+++ src/compile.lsp.in 2013-05-23 22:24:20.478785499 +1200
@@ -205,8 +205,7 @@
;;;
#+WANTS-ASDF
(build-module "asdf"
- '("ext:asdf;asdf.lisp"
- "ext:asdf;asdf-bundle.lisp")
+ '("ext:asdf;asdf.lisp")
:dir "build:ext;"
:prefix "EXT"
:builtin #+:BUILTIN-ASDF t #-:BUILTIN-ASDF nil)