clisp: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:22:05 -07:00 committed by classabbyamp
parent 7b061bde65
commit 9365a1a0ea

View file

@ -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