diff --git a/srcpkgs/Gauche/template b/srcpkgs/Gauche/template index fd087256ff7..1aabad37b94 100644 --- a/srcpkgs/Gauche/template +++ b/srcpkgs/Gauche/template @@ -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"