summaryrefslogtreecommitdiff
path: root/Ports/gettext/patches/0001-Teach-config.sub-about-serenity.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Ports/gettext/patches/0001-Teach-config.sub-about-serenity.patch')
-rw-r--r--Ports/gettext/patches/0001-Teach-config.sub-about-serenity.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/Ports/gettext/patches/0001-Teach-config.sub-about-serenity.patch b/Ports/gettext/patches/0001-Teach-config.sub-about-serenity.patch
new file mode 100644
index 0000000000..0554d53ae9
--- /dev/null
+++ b/Ports/gettext/patches/0001-Teach-config.sub-about-serenity.patch
@@ -0,0 +1,39 @@
+From 849a14feac4220857d03ed5b4c35b03e418c6eb8 Mon Sep 17 00:00:00 2001
+From: Ali Mohammad Pur <ali.mpfard@gmail.com>
+Date: Mon, 16 May 2022 15:44:34 +0430
+Subject: [PATCH 1/3] Teach config.sub about serenity
+
+---
+ build-aux/config.sub | 2 +-
+ libtextstyle/build-aux/config.sub | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/build-aux/config.sub b/build-aux/config.sub
+index 3d9a8dc..94c9729 100755
+--- a/build-aux/config.sub
++++ b/build-aux/config.sub
+@@ -1692,7 +1692,7 @@ case $os in
+ # Now accept the basic system types.
+ # The portable systems comes first.
+ # Each alternative MUST end in a * to match a version number.
+- gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
++ gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* | serenity* \
+ | *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \
+ | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
+ | sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
+diff --git a/libtextstyle/build-aux/config.sub b/libtextstyle/build-aux/config.sub
+index 3d9a8dc..94c9729 100755
+--- a/libtextstyle/build-aux/config.sub
++++ b/libtextstyle/build-aux/config.sub
+@@ -1692,7 +1692,7 @@ case $os in
+ # Now accept the basic system types.
+ # The portable systems comes first.
+ # Each alternative MUST end in a * to match a version number.
+- gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
++ gnu* | android* | bsd* | mach* | minix* | genix* | ultrix* | irix* | serenity* \
+ | *vms* | esix* | aix* | cnk* | sunos | sunos[34]* \
+ | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
+ | sym* | plan9* | psp* | sim* | xray* | os68k* | v88r* \
+--
+2.36.1
+