librecode: custom malloc configure tests... sigh.

This commit is contained in:
Juan RP 2013-05-26 17:12:47 +02:00
parent 4a71ce7a39
commit e3077fb067
1 changed files with 3 additions and 3 deletions

View File

@ -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/"