openbsd-ports/x11/rdesktop/patches/patch-configure

24 lines
563 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.6 2008/08/20 16:25:41 jasper Exp $
Don't pickup libsamplerate if that's installed.
--- configure.orig Sat Apr 5 07:43:32 2008
+++ configure Tue Aug 5 14:02:00 2008
@@ -7290,6 +7290,7 @@ echo "${ECHO_T}yes" >&6; }
HAVE_ALSA=1
fi
+if false; then
pkg_failed=no
{ echo "$as_me:$LINENO: checking for LIBSAMPLERATE" >&5
echo $ECHO_N "checking for LIBSAMPLERATE... $ECHO_C" >&6; }
@@ -7371,6 +7372,8 @@ _ACEOF
fi
LIBSAMPLERATE_LIBS="$LIBSAMPLERATE_LIBS -lm"
fi
+fi
+
fi
if test "$sound" != "no"; then