From 5735d8cc7e5bd00028414c3ce36b031b75495382 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 1 Aug 2017 11:41:27 +0000 Subject: [PATCH] whois: compile with HAVE_ICONV=1 --- srcpkgs/whois/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/whois/template b/srcpkgs/whois/template index a399d70ac2b..ff839e86f4c 100644 --- a/srcpkgs/whois/template +++ b/srcpkgs/whois/template @@ -1,7 +1,7 @@ # Template file for 'whois' pkgname=whois version=5.2.17 -revision=1 +revision=2 hostmakedepends="perl" makedepends="libidn-devel" short_desc="An improved whois client" @@ -16,7 +16,7 @@ alternatives=" whois:whois.1:/usr/share/man/man1/gwhois.1" do_build() { - make CC=$CC prefix=/usr HAVE_LIBIDN=1 + make CC=$CC prefix=/usr HAVE_LIBIDN=1 HAVE_ICONV=1 } do_install() { make prefix=/usr BASEDIR=${DESTDIR} install-whois