From 1fcd1017ed909967853dc5779e5dce599d65ab6f Mon Sep 17 00:00:00 2001 From: oreo639 Date: Wed, 30 Aug 2023 13:27:28 -0700 Subject: [PATCH] cvs: rebuild for libxcrypt --- srcpkgs/cvs/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/cvs/template b/srcpkgs/cvs/template index c37384b5430..803d3e420ef 100644 --- a/srcpkgs/cvs/template +++ b/srcpkgs/cvs/template @@ -1,7 +1,7 @@ # Template file for 'cvs' pkgname=cvs version=1.12.13 -revision=6 +revision=7 build_style=gnu-configure configure_args="--with-editor=/usr/bin/vi --with-external-zlib ac_cv_func_working_mktime=yes" # broken test upstream @@ -14,3 +14,7 @@ homepage="http://www.nongnu.org/cvs/" license="GPL-1, LGPL-2" distfiles="http://ftp.gnu.org/non-gnu/cvs/source/feature/$version/cvs-$version.tar.bz2" checksum=78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e + +if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then + makedepends+=" libxcrypt-devel" +fi