From b8083bc89e867b4a7b90413fe058886624d1eef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Tue, 9 Aug 2022 01:08:25 +0100 Subject: [PATCH] hunspell: add gettext-devel-tools as hostmakedepends Make it build with autoconf-2.7.1 --- srcpkgs/hunspell/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/hunspell/template b/srcpkgs/hunspell/template index 929f4b1893e..7f8a27cf54a 100644 --- a/srcpkgs/hunspell/template +++ b/srcpkgs/hunspell/template @@ -4,7 +4,7 @@ version=1.7.0 revision=3 build_style=gnu-configure configure_args="--with-ui" -hostmakedepends="automake bison libtool pkg-config" +hostmakedepends="automake bison libtool pkg-config gettext-devel-tools" makedepends="ncurses-devel" short_desc="Spell checker and morphological analyzer" maintainer="Orphaned "