Ports/ncurses: Unbreak patch so we can build with latest ncurses master

Maybe we should build a specific version of ncurses instead but this at
least makes it work again for now.
This commit is contained in:
Andreas Kling 2019-08-25 11:43:48 +02:00
parent e0b4f14eb8
commit 453ca65a96
Notes: sideshowbarker 2024-07-19 12:32:29 +09:00

View file

@ -1,13 +1,12 @@
diff --git a/config.sub b/config.sub diff --git a/config.sub b/config.sub
index a44fd8ae..eb9be19b 100755 index 5b158ac4..cfd2eb81 100755
--- a/config.sub --- a/config.sub
+++ b/config.sub +++ b/config.sub
@@ -1367,7 +1367,7 @@ case $os in @@ -1342,6 +1342,7 @@ case $os in
| powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ # Each alternative MUST end in a * to match a version number.
| skyos* | haiku* | rdos* | toppers* | drops* | es* \ # sysv* is not here because it comes later, after sysvr4.
| onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ gnu* | bsd* | mach* | minix* | genix* | ultrix* | irix* \
- | midnightbsd* | amdhsa* | unleashed* | emscripten*) + | serenity* \
+ | midnightbsd* | amdhsa* | unleashed* | emscripten* | *serenity* ) | *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\
# Remember, each alternative MUST END IN *, to match a version number. | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \
;; | sym* | kopensolaris* | plan9* \
qnx*)