From 9365a1a0eaf6fef53b4d5392145ddab0bd5445b8 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 13:22:05 -0700 Subject: [PATCH] clisp: rebuild for libxcrypt --- srcpkgs/clisp/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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