openbsd-ports/x11/rdesktop/patches/patch-configure
jasper 675b62b36b Update rdesktop to 1.7.0, fixes SA44200
rdesktop Disk Redirection Directory Traversal Vulnerability

from new maintainer gleydson soares,
ok ckuethe@ (previous maintainer)
2011-04-21 11:07:33 +00:00

24 lines
562 B
Plaintext

$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