diff --git a/srcpkgs/recode/template b/srcpkgs/recode/template index fd7cd849099..a9eab7c41f3 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/"