From 42fd822c4606ccd13c8b4ac58b3b07dbee55d7da Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Thu, 24 Aug 2023 21:47:50 +0200 Subject: [PATCH 05/14] bootstrap: Don't check gettext version NetBSD gettext is older than the check but we don't actually need 0.18.3, older works fine. This is needed to make bootstrap work on NetBSD Signed-off-by: Vladimir Serbinenko --- bootstrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.conf b/bootstrap.conf index 64ea9bcb5..7a7813d28 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -68,7 +68,7 @@ SKIP_PO=t buildreq="\ autoconf 2.64 automake 1.14 -gettext 0.18.3 +gettext - git 1.5.5 patch - tar - -- 2.39.2