From: Victor Martinez Date: Wed, 28 Nov 2012 16:45:22 +0000 (+0000) Subject: gettext: fixed issues with glibc 'gets' removal (aligned with upstream) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=72c8cd6d4cf07aadd360735caee65a32a68390ab;p=attic%2Fports%2Fcore-cross.git gettext: fixed issues with glibc 'gets' removal (aligned with upstream) --- diff --git a/gettext/Pkgfile b/gettext/Pkgfile index 6a088cc..b7947a3 100644 --- a/gettext/Pkgfile +++ b/gettext/Pkgfile @@ -11,6 +11,9 @@ source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version + # fix for glibc 'gets' removal + sed -i -e '/gets is a/d' $name-*/*/stdio.in.h + cat > config.cache << EOF am_cv_func_iconv_works=yes gl_cv_func_wcwidth_works=yes