]> git.armaanb.net Git - asd-repo.git/blob - extra/mtm/patches/musl.patch
software-choices: add oksh
[asd-repo.git] / extra / mtm / patches / musl.patch
1 diff --git a/config.def.h b/config.def.h
2 index 248b296..f6ed0fc 100644
3 --- a/config.def.h
4 +++ b/config.def.h
5 @@ -61,7 +61,7 @@
6  
7  /* The path for the wide-character curses library. */
8  #ifndef NCURSESW_INCLUDE_H
9 -    #if defined(__APPLE__) || !defined(__linux__) || defined(__FreeBSD__)
10 +    #if defined(__APPLE__) || !defined(__linux__) || !defined(linux) || defined(__FreeBSD__)
11          #define NCURSESW_INCLUDE_H <curses.h>
12      #else
13          #define NCURSESW_INCLUDE_H <ncursesw/curses.h>