From 17d38a2c148d02b7f8142ebfba8224304eb63a17 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 14 Oct 2013 17:11:59 +0200 Subject: [PATCH] cvs: cross build support. --- srcpkgs/cvs/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cvs/template b/srcpkgs/cvs/template index d078d9be75b..0ff72dc52b8 100644 --- a/srcpkgs/cvs/template +++ b/srcpkgs/cvs/template @@ -3,9 +3,10 @@ pkgname=cvs version=1.12.13 revision=1 build_style=gnu-configure -configure_args="--with-editor=/usr/bin/vi --with-external-zlib" -hostmakedepends="nvi" -makedepends="mit-krb5-devel openssh>=6.1p1" +configure_args="--with-editor=/usr/bin/vi --with-external-zlib + cvs_cv_func_printf_ptr=yes ac_cv_func_malloc_0_nonnull=yes" +hostmakedepends="nvi openssh" +makedepends="mit-krb5-devel openssh" short_desc="Concurrent Versions System" maintainer="Juan RP " homepage="http://www.nongnu.org/cvs/"