From e3077fb06715970c9b7cd1a552734f947f794ab0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 26 May 2013 17:12:47 +0200 Subject: [PATCH] librecode: custom malloc configure tests... sigh. --- srcpkgs/recode/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/recode/template b/srcpkgs/recode/template index fd7cd84909..a9eab7c41f 100644 --- a/srcpkgs/recode/template +++ b/srcpkgs/recode/template @@ -1,11 +1,11 @@ # Template file for 'recode' pkgname=recode version=3.6 -revision=5 +revision=6 patch_args="-Np1" build_style=gnu-configure -configure_args="--without-included-gettext ac_cv_func_malloc_0_nonnull=yes - ac_cv_func_realloc_0_nonnull=yes" +configure_args="--without-included-gettext jm_cv_func_working_malloc=yes + jm_cv_func_working_realloc=yes" hostmakedepends="automake libtool" short_desc="Character set conversion utility" homepage="http://recode.progiciels-bpi.ca/"