From a0e3e61fd9213123fe3ca01da7babde2ffbd9a6d Mon Sep 17 00:00:00 2001 From: fosslinux Date: Wed, 8 Feb 2023 15:12:33 +1100 Subject: [PATCH] Fix gettext autoreconf for binutils 2.38 This is the same issue as in GCC 10, doesn't change checksum. --- sysc/binutils-2.38/patches/new-gettext.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 sysc/binutils-2.38/patches/new-gettext.patch diff --git a/sysc/binutils-2.38/patches/new-gettext.patch b/sysc/binutils-2.38/patches/new-gettext.patch new file mode 100644 index 00000000..8c0a0264 --- /dev/null +++ b/sysc/binutils-2.38/patches/new-gettext.patch @@ -0,0 +1,17 @@ +SPDX-FileCopyrightText: 2023 fosslinux + +SPDX-License-Identifier: GPL-3.0-or-later + +In new gettext external is required for AM_GNU_GETTEXT. + +--- intl/configure.ac 2023-02-07 18:57:56.350832016 +1100 ++++ intl/configure.ac 2023-02-07 18:58:07.310054484 +1100 +@@ -4,7 +4,7 @@ + AC_CONFIG_HEADER(config.h) + AC_CONFIG_MACRO_DIR(../config) + AM_GNU_GETTEXT_VERSION(0.12.1) +-AM_GNU_GETTEXT([], [need-ngettext]) ++AM_GNU_GETTEXT([external], [need-ngettext]) + + # This replaces the extensive use of DEFS in the original Makefile.in. + AC_DEFINE(IN_LIBINTL, 1, [Define because this is libintl.])