[Lunar-commits] <moonbase> clisp: Adding a DEPENDS to add an optional_depends, and a littel twiddle in the BUILD.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Sep 29 18:01:29 CEST 2009


commit bfd2d6fab9eb96d7cda57c30b2c0bfe500fdfe30
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Sep 29 12:01:29 2009 -0400

    clisp: Adding a DEPENDS to add an optional_depends, and a littel twiddle in the BUILD.
---
 compilers/clisp/BUILD   |    4 ++--
 compilers/clisp/DEPENDS |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/compilers/clisp/BUILD b/compilers/clisp/BUILD
index c504356..362daea 100644
--- a/compilers/clisp/BUILD
+++ b/compilers/clisp/BUILD
@@ -1,8 +1,8 @@
 (
 
 
-  ./configure --prefix=/usr                  \
-              $OPTS                          &&
+  ./configure --prefix=/usr   \
+              $OPTS          &&
 
   cd src &&
 
diff --git a/compilers/clisp/DEPENDS b/compilers/clisp/DEPENDS
new file mode 100644
index 0000000..e365bf0
--- /dev/null
+++ b/compilers/clisp/DEPENDS
@@ -0,0 +1 @@
+optional_depends libsigsegv "" "--ignore-absence-of-libsigsegv" "for garbage collection and stack overflow support"


More information about the Lunar-commits mailing list