Files
termux-packages/packages/minicom/port.h.patch
termux-pacman-bot 0292e8e372 minicom: Bump to 2.8
2022-11-16 11:06:28 +00:00

12 lines
310 B
Diff

--- a/src/port.h
+++ b/src/port.h
@@ -72,7 +72,7 @@
#endif
/* Enable music routines. Could we use defined(i386) here? */
-#if defined(__linux__) || defined(_SCO)
+#if defined(__linux__) && !defined(__ANDROID__) || defined(_SCO)
# define VC_MUSIC 1
# include <linux/version.h>
# include <linux/serial.h>