Created
August 8, 2020 21:40
-
-
Save catvec/1ad8933778e61194fb23c35f3d7474e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template | |
index d0576f7c98..24b782b845 100644 | |
--- a/srcpkgs/clisp/template | |
+++ b/srcpkgs/clisp/template | |
@@ -7,11 +7,11 @@ archs="x86_64* i686*" | |
build_style=configure | |
configure_args="--prefix=/usr --disable-mmap --without-dynamic-modules | |
$(vopt_with readline)" | |
+makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)" | |
short_desc="ANSI Common Lisp Interpreter, Compiler and Debugger" | |
maintainer="Martin Riese <[email protected]>" | |
license="GPL-2" | |
homepage="http://clisp.cons.org" | |
-makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)" | |
distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2" | |
checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment