--- files/patch-config.tests_alsa_alsatest.cpp (nonexistent) +++ files/patch-config.tests_alsa_alsatest.cpp (working copy) @@ -0,0 +1,11 @@ +--- config.tests/alsa/alsatest.cpp.orig 2015-02-17 04:57:20 UTC ++++ config.tests/alsa/alsatest.cpp +@@ -32,7 +32,7 @@ + ****************************************************************************/ + + #include +-#if (!(SND_LIB_MAJOR == 1 && SND_LIB_MINOR == 0 && SND_LIB_SUBMINOR >= 10)) ++#if (!(SND_LIB_MAJOR == 1 && (SND_LIB_MINOR > 0 || SND_LIB_SUBMINOR >= 10))) + #error "Alsa version found too old, require >= 1.0.10" + #endif +