diff options
Diffstat (limited to 'Ports/patch/patches/fix-config-sub.patch')
-rw-r--r-- | Ports/patch/patches/fix-config-sub.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Ports/patch/patches/fix-config-sub.patch b/Ports/patch/patches/fix-config-sub.patch new file mode 100644 index 0000000000..bbea4431a7 --- /dev/null +++ b/Ports/patch/patches/fix-config-sub.patch @@ -0,0 +1,12 @@ +diff -ur a/build-aux/config.sub b/build-aux/config.sub +--- a/build-aux/config.sub 2018-02-03 13:41:53.000000000 +0100 ++++ b/build-aux/config.sub 2021-11-10 01:22:51.034188104 +0100 +@@ -1363,7 +1363,7 @@ + # The portable systems comes first. + # Each alternative MUST end in a * to match a version number. + # -sysv* is not here because it comes later, after sysvr4. +- -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ ++ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -serenity* | -irix* \ + | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ + | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ + | -sym* | -kopensolaris* | -plan9* \ |