diff options
Diffstat (limited to 'Ports/ncurses/allow-serenity-os-ncurses.patch')
-rw-r--r-- | Ports/ncurses/allow-serenity-os-ncurses.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Ports/ncurses/allow-serenity-os-ncurses.patch b/Ports/ncurses/allow-serenity-os-ncurses.patch new file mode 100644 index 0000000000..fc60845e57 --- /dev/null +++ b/Ports/ncurses/allow-serenity-os-ncurses.patch @@ -0,0 +1,13 @@ +diff --git a/config.sub b/config.sub +index a44fd8ae..eb9be19b 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*) |