From 931e2daf6e1608f3f98b6e6c4b815e53135045be Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Thu, 26 Sep 2019 00:02:01 -0700 Subject: Add gettext 0.20.1 Two patches from 0.18.8.1 were dropped: - one changing the declaration of environ is no longer needed, the corresponding files no longer have this declaration - one with Woe32 fixes for -O0 may need to be re-added but only after I find what configuration breaks without it; gettext sources overwent a massive restructuring so this patch should not be applied without testing. Signed-off-by: Alexey Neyman --- packages/gettext/package.desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/gettext/package.desc') diff --git a/packages/gettext/package.desc b/packages/gettext/package.desc index 8805ae2c..99d493ff 100644 --- a/packages/gettext/package.desc +++ b/packages/gettext/package.desc @@ -3,5 +3,5 @@ repository='git https://git.savannah.gnu.org/git/gettext.git' # a separate package and depend on it in case of devel builds? bootstrap='./autogen.sh' mirrors='$(CT_Mirrors GNU gettext)' -archive_formats='.tar.xz .tar.lz .tar.gz' +archive_formats='.tar.xz .tar.gz' signature_format='packed/.sig' -- cgit v1.2.3