[Lunar-commits] <moonbase> clisp: Adding another optional_depends. If/when we switch to texlive and you choose to

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Oct 2 04:09:24 CEST 2009


commit c8325c44d4442d3e58eb7836a4bf6e806cc2c758
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Oct 1 22:09:24 2009 -0400

    clisp: Adding another optional_depends. If/when we switch to texlive and you choose to
    
    use clisp instead of gcl; clisp needs to be compiled with ffcall, else texlive compile
    barfs. I have not tried gcl to see if a similar issue will crop up.
---
 compilers/clisp/DEPENDS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/compilers/clisp/DEPENDS b/compilers/clisp/DEPENDS
index e365bf0..79ec6fd 100644
--- a/compilers/clisp/DEPENDS
+++ b/compilers/clisp/DEPENDS
@@ -1 +1,2 @@
 optional_depends libsigsegv "" "--ignore-absence-of-libsigsegv" "for garbage collection and stack overflow support"
+optional_depends ffcall     "" "" "for foreign function call support"


More information about the Lunar-commits mailing list