From 8de6f6a39a2633a91831d7d5180fa9fa508483cd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 18 May 2015 17:01:27 +0200 Subject: [PATCH] gettext: do not disable NLS; we need libintl for musl. --- srcpkgs/gettext/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gettext/template b/srcpkgs/gettext/template index 95c337a7564..9da211e3484 100644 --- a/srcpkgs/gettext/template +++ b/srcpkgs/gettext/template @@ -1,14 +1,14 @@ # Template file for 'gettext' pkgname=gettext version=0.19.4 -revision=5 +revision=6 bootstrap=yes build_style=gnu-configure configure_args="--disable-java --disable-native-java --disable-csharp --disable-libasprintf --enable-threads=posix --disable-rpath --without-emacs --disable-openmp --with-included-libxml --with-included-libcroco --disable-acl --with-included-glib --with-included-libcroco --without-git - --with-included-libxml --disable-nls --disable-openmp --disable-curses + --with-included-libxml --disable-openmp --disable-curses --without-examples gl_cv_func_gettimeofday_clobber=no" replaces="chroot-gettext>=0" short_desc="Internationalized Message Handling Library and tools"