cvs: skip broken mktime time autoconf check.

This commit is contained in:
Christian Neukirchen 2015-05-11 16:11:02 +02:00
parent dfe89eca7f
commit f4a9c14cbd

View file

@ -1,9 +1,10 @@
# Template file for 'cvs'
pkgname=cvs
version=1.12.13
revision=2
revision=3
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
hostmakedepends="nvi openssh"
makedepends="mit-krb5-devel openssh"
depends="openssh>=6.1p1"