From 627b39ae971b9e09870276de8dd25a7b366d3b9c Mon Sep 17 00:00:00 2001 From: Nicolas Porcel Date: Thu, 5 Sep 2019 01:22:00 +0100 Subject: [PATCH] clisp: enable readline by default --- srcpkgs/clisp/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template index d0576f7c986..4d8dca52b78 100644 --- a/srcpkgs/clisp/template +++ b/srcpkgs/clisp/template @@ -1,17 +1,17 @@ # Template file for 'clisp' pkgname=clisp version=2.49 -revision=4 +revision=5 # possibly works elsewhere but not in an ancient 2010 release 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 " -license="GPL-2" +license="GPL-2.0.only" homepage="http://clisp.cons.org" -makedepends="ffcall libsigsegv-devel $(vopt_if readline readline-devel)" distfiles="${SOURCEFORGE_SITE}/clisp/clisp-${version}.tar.bz2" checksum=8132ff353afaa70e6b19367a25ae3d5a43627279c25647c220641fed00f8e890 @@ -24,6 +24,7 @@ nocross=yes lib32disabled=yes disable_parallel_build=yes build_options="readline" +build_options_default="readline" do_build() { # Need to increase the Limit