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