New comment by Noah-Huppert on void-packages repository https://github.com/void-linux/void-packages/pull/14228#issuecomment-670976428 Comment: @Nicop06 Apply this patch to fix the xlint errors: ```patch 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 " 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 ```