$OpenBSD: patch-configure,v 1.7 2011/04/21 11:07:33 jasper Exp $

Don't pickup libsamplerate if that's installed.

--- configure.orig	Mon Apr 18 08:27:30 2011
+++ configure	Tue Apr 19 12:25:07 2011
@@ -5559,6 +5559,7 @@ $as_echo "yes" >&6; }
 	HAVE_ALSA=1
 fi
 
+if false; then
 pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBSAMPLERATE" >&5
 $as_echo_n "checking for LIBSAMPLERATE... " >&6; }
@@ -5636,6 +5637,8 @@ fi
         fi
         LIBSAMPLERATE_LIBS="$LIBSAMPLERATE_LIBS -lm"
     fi
+fi
+
 fi
 
 if test "$sound" != "no"; then
