0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-04 18:45:52 +00:00
2022-11-16 10:53:00 +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>