CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gettext: fixed issues with glibc 'gets' removal (aligned with upstream)
[crossrootfs.git] / gettext / Pkgfile
index d0e212d5e880a842b0b3cec212bd70e6514ceb1e..b7947a365431eb0174a197c92fb1c6c5699a3d31 100644 (file)
@@ -1,16 +1,19 @@
 # Description: The GNU internationalization library
 # URL: http://www.gnu.org/software/gettext/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on: ncurses
 
 name=gettext
-version=0.17
-release=3
+version=0.18.1.1
+release=1
 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