Gauche: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:03:50 -07:00 committed by classabbyamp
parent b0a603e89a
commit c8c68199fc

View file

@ -1,7 +1,7 @@
# Template file for 'Gauche'
pkgname=Gauche
version=0.9.12
revision=1
revision=2
build_style=gnu-configure
hostmakedepends="texinfo"
makedepends="libticonv-devel libatomic_ops-devel"
@ -17,6 +17,10 @@ alternatives="
scheme:scheme.1:/usr/share/man/man1/gosh.1
"
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
makedepends+=" libxcrypt-devel"
fi
if [ -n "$CROSS_BUILD" ]; then
# Gauche needs itself to bootstrap for cross compilation.
hostmakedepends+=" Gauche"