mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
cvs: rebuild for libxcrypt
This commit is contained in:
parent
73cb58debd
commit
1fcd1017ed
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cvs'
|
# Template file for 'cvs'
|
||||||
pkgname=cvs
|
pkgname=cvs
|
||||||
version=1.12.13
|
version=1.12.13
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-editor=/usr/bin/vi --with-external-zlib
|
configure_args="--with-editor=/usr/bin/vi --with-external-zlib
|
||||||
ac_cv_func_working_mktime=yes" # broken test upstream
|
ac_cv_func_working_mktime=yes" # broken test upstream
|
||||||
|
@ -14,3 +14,7 @@ homepage="http://www.nongnu.org/cvs/"
|
||||||
license="GPL-1, LGPL-2"
|
license="GPL-1, LGPL-2"
|
||||||
distfiles="http://ftp.gnu.org/non-gnu/cvs/source/feature/$version/cvs-$version.tar.bz2"
|
distfiles="http://ftp.gnu.org/non-gnu/cvs/source/feature/$version/cvs-$version.tar.bz2"
|
||||||
checksum=78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e
|
checksum=78853613b9a6873a30e1cc2417f738c330e75f887afdaf7b3d0800cb19ca515e
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue