From b674c62f7900cd8b226bd0421bdff055a6825ad5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 9 May 2015 10:11:04 +0200 Subject: [PATCH] libgphoto2: re-enable NLS on musl now that this has been fixed. --- srcpkgs/libgphoto2/template | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/srcpkgs/libgphoto2/template b/srcpkgs/libgphoto2/template index 1c7a099cb4e..352c69dca69 100644 --- a/srcpkgs/libgphoto2/template +++ b/srcpkgs/libgphoto2/template @@ -1,7 +1,7 @@ # Template file for 'libgphoto2' pkgname=libgphoto2 version=2.5.7 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-static --disable-rpath udevscriptdir=/usr/lib/udev" hostmakedepends="automake libtool pkg-config gettext-devel" @@ -17,10 +17,6 @@ checksum=7260193277bdb4c319dd8f151224f87deac9fde64cbe5d2eb25d9c19e4d09894 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" libgphoto2" fi -case "$XBPS_TARGET_MACHINE" in - # XXX - *-musl) configure_args+=" --disable-nls";; -esac pre_configure() { autoreconf -fi