mpd only working with openal and no mixer still good (#1007)
[termux-packages] / packages / mpd / configure.ac.patch
1 --- ../cache/MPD-0.20.6/configure.ac 2017-03-10 15:57:59.000000000 +0000
2 +++ ./configure.ac 2017-05-13 01:18:13.566696356 +0000
3 @@ -97,7 +97,7 @@
4
5 case "$host_os" in
6 linux-android*)
7 - host_is_android=yes
8 + host_is_android=no
9 host_is_linux=yes
10 linux_auto=auto
11 AM_CPPFLAGS="$AM_CPPFLAGS -DANDROID"
12 @@ -196,7 +196,7 @@
13 fi
14 fi
15
16 -AC_SUBST(ANDROID_SDK, [$with_android_sdk])
17 +#AC_SUBST(ANDROID_SDK, [$with_android_sdk])
18
19 dnl ---------------------------------------------------------------------------
20 dnl Language Checks