Index: files/patch-config.tests_alsa_alsatest.cpp =================================================================== --- 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 + Property changes on: files/patch-config.tests_alsa_alsatest.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property