cvs: rebuild for libxcrypt

This commit is contained in:
oreo639 2023-08-30 13:27:28 -07:00 committed by classabbyamp
parent 73cb58debd
commit 1fcd1017ed
1 changed files with 5 additions and 1 deletions

View File

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