libhdf5: add missing architectures
[termux-packages] / packages / mpd / src-Main.cxx.patch
CommitLineData
440086e6
FF
1diff -u -r ../MPD-0.20.8/src/Main.cxx ./src/Main.cxx
2--- ../MPD-0.20.8/src/Main.cxx 2017-05-19 20:10:22.000000000 +0200
3+++ ./src/Main.cxx 2017-05-23 01:19:38.629090778 +0200
4@@ -123,7 +123,7 @@
5 static constexpr size_t DEFAULT_BUFFER_SIZE = 4 * MEGABYTE;
6
7 static
8-#if GCC_OLDER_THAN(5,0)
9+#if GCC_OLDER_THAN(5,0) || defined(__ANDROID__)
10 /* gcc 4.x has no "constexpr" for std::max() */
11 const
12 #else