summaryrefslogtreecommitdiffstats
path: root/recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch')
-rw-r--r--recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch38
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch b/recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch
new file mode 100644
index 0000000..e366b5a
--- /dev/null
+++ b/recipes-extended/sed/sed-4.1.2/0001-Fix-builds-with-gettext-0.20.patch
@@ -0,0 +1,38 @@
1From 2792bccbfd41427a79edd462906aba78144b8c6a Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Tue, 17 Dec 2019 16:40:58 +0100
4Subject: [PATCH] Fix builds with gettext 0.20
5
6Upstream-Status: Inappropriate [fixing an old version]
7Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
8---
9 Makefile.am | 2 +-
10 configure.ac | 2 +-
11 2 files changed, 2 insertions(+), 2 deletions(-)
12
13diff --git a/Makefile.am b/Makefile.am
14index f0aaa7f..1ebc805 100644
15--- a/Makefile.am
16+++ b/Makefile.am
17@@ -6,7 +6,7 @@ ACLOCAL_AMFLAGS = -I config
18
19 PACKAGE = sed
20
21-SUBDIRS = intl lib po sed doc testsuite
22+SUBDIRS = lib po sed testsuite
23
24 noinst_DATA = bootstrap.sh
25 noinst_HEADERS = basicdefs.h
26diff --git a/configure.ac b/configure.ac
27index e08c9a3..df20044 100644
28--- a/configure.ac
29+++ b/configure.ac
30@@ -130,7 +130,7 @@ AM_CONDITIONAL(TEXI2HTML_HTML, test "x$enable_html" = xtexi2html)
31
32 ALL_LINGUAS="af ca cs da de el eo es et fi fr ga gl he hr hu id it ja ko nl pl pt_BR ro ru sk sl sr sv tr zh_CN"
33 AM_GNU_GETTEXT_VERSION(0.11)
34-AM_GNU_GETTEXT(, need-ngettext)
35+AM_GNU_GETTEXT([external], need-ngettext)
36
37 AC_CONFIG_FILES([bootstrap.sh], chmod +x bootstrap.sh)
38 AC_CONFIG_FILES([Makefile doc/Makefile \