]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/mtm/patches/musl.patch
Create junk repo
[asd-repo.git] / junk / mtm / patches / musl.patch
diff --git a/junk/mtm/patches/musl.patch b/junk/mtm/patches/musl.patch
new file mode 100644 (file)
index 0000000..97ab715
--- /dev/null
@@ -0,0 +1,13 @@
+diff --git a/config.def.h b/config.def.h
+index 248b296..f6ed0fc 100644
+--- a/config.def.h
++++ b/config.def.h
+@@ -61,7 +61,7 @@
+ /* The path for the wide-character curses library. */
+ #ifndef NCURSESW_INCLUDE_H
+-    #if defined(__APPLE__) || !defined(__linux__) || defined(__FreeBSD__)
++    #if defined(__APPLE__) || !defined(__linux__) || !defined(linux) || defined(__FreeBSD__)
+         #define NCURSESW_INCLUDE_H <curses.h>
+     #else
+         #define NCURSESW_INCLUDE_H <ncursesw/curses.h>