diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-08-25 11:43:48 +0200 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-08-25 11:43:48 +0200 |
commit | 453ca65a960510f33e61d42a5b39d73ed6814529 (patch) | |
tree | 58c950ba1672daca19ab66d19876f957164e7064 /Ports | |
parent | e0b4f14eb82916b137c3d2c5308e48a3edd8cead (diff) | |
download | serenity-453ca65a960510f33e61d42a5b39d73ed6814529.zip |
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.
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/ncurses/allow-serenity-os-ncurses.patch | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Ports/ncurses/allow-serenity-os-ncurses.patch b/Ports/ncurses/allow-serenity-os-ncurses.patch index fc60845e57..d5c4ad5c16 100644 --- a/Ports/ncurses/allow-serenity-os-ncurses.patch +++ b/Ports/ncurses/allow-serenity-os-ncurses.patch @@ -1,13 +1,12 @@ diff --git a/config.sub b/config.sub -index a44fd8ae..eb9be19b 100755 +index 5b158ac4..cfd2eb81 100755 --- a/config.sub +++ b/config.sub -@@ -1367,7 +1367,7 @@ case $os in - | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ - | skyos* | haiku* | rdos* | toppers* | drops* | es* \ - | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ -- | midnightbsd* | amdhsa* | unleashed* | emscripten*) -+ | midnightbsd* | amdhsa* | unleashed* | emscripten* | *serenity* ) - # Remember, each alternative MUST END IN *, to match a version number. - ;; - qnx*) +@@ -1342,6 +1342,7 @@ case $os in + # 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* \ ++ | serenity* \ + | *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\ + | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \ + | sym* | kopensolaris* | plan9* \ |