From a41876ed7913c3727d65b813411b80455f4b33b9 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 14 Jul 2016 01:17:49 +0200 Subject: [PATCH] gettext: explicitly disable libunistring dependency According to its documentation, gettext needs either libunistring or it will use its own internal version (a subset of libunistring). Just add the configure option '--with-included-libunistring' to force the latter. --- srcpkgs/gettext/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gettext/template b/srcpkgs/gettext/template index 3a11e0d17f3..d5ab878aece 100644 --- a/srcpkgs/gettext/template +++ b/srcpkgs/gettext/template @@ -1,15 +1,15 @@ # Template file for 'gettext' pkgname=gettext version=0.19.8.1 -revision=1 +revision=2 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-openmp --disable-curses - --without-examples --enable-nls gl_cv_func_gettimeofday_clobber=no" + --with-included-libxml --with-included-libunistring --disable-openmp + --disable-curses --without-examples --enable-nls + gl_cv_func_gettimeofday_clobber=no" short_desc="Internationalized Message Handling Library and tools" maintainer="Juan RP " homepage="http://www.gnu.org/software/gettext/"