diff --git a/srcpkgs/clisp/template b/srcpkgs/clisp/template index af9546f7faa..4f2c474fbaa 100644 --- a/srcpkgs/clisp/template +++ b/srcpkgs/clisp/template @@ -1,7 +1,7 @@ # Template file for 'clisp' pkgname=clisp version=2.49.92 -revision=1 +revision=2 build_style=configure configure_args="--prefix=/usr --disable-mmap --disable-rpath --without-dynamic-modules $(vopt_with readline)" @@ -20,6 +20,10 @@ disable_parallel_build=yes build_options="readline" build_options_default="readline" +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi + case "$XBPS_TARGET_MACHINE" in i686-musl) broken="*** - MULTIPLE-VALUE-SETQ: variable EXTRA-FILE-TYPES has no value";; esac