From 1658d56d4457fffbbacc00b60e403377c9364fca Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 22 May 2015 08:38:03 +0200 Subject: [PATCH] whois: remove libintl workaround for musl, unnecessary. --- srcpkgs/whois/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/whois/template b/srcpkgs/whois/template index 45f8d00b39..26d8552f92 100644 --- a/srcpkgs/whois/template +++ b/srcpkgs/whois/template @@ -1,7 +1,7 @@ # Template file for 'whois' pkgname=whois version=5.2.8 -revision=1 +revision=2 build_pie=yes hostmakedepends="perl" makedepends="libidn-devel" @@ -13,10 +13,7 @@ distfiles="${DEBIAN_SITE}/main/w/${pkgname}/${pkgname}_${version}.tar.xz" checksum=f053ebe766f7a6f42859e6a4abd3f18741f9788aaeb1b129c3c8de95085635da do_build() { - case "$XBPS_TARGET_MACHINE" in - *-musl) LIBS="-lintl";; - esac - make CC=$CC prefix=/usr HAVE_LIBIDN=1 LIBS="$LIBS" + make CC=$CC prefix=/usr HAVE_LIBIDN=1 } do_install() { make prefix=/usr BASEDIR=${DESTDIR} install-whois