openbsd-ports/x11/rdesktop/patches/patch-configure
jasper 95138aec18 - update rdesktop to 1.6.0
* includes SECURITY FIXES for several over-/underflows:
  CVE-2008-1801 CVE-2008-1802 CVE-2008-1803
- specify license marker
- prevent picking up libsamplerate if present
- regen PLIST

based on a diff by Devin Smith on ports@, with feedback from
brad@ and steven@ on ports@.

maintainer (ckuethe@) timed-out on this diff.
2008-08-20 16:25:41 +00:00

24 lines
563 B
Plaintext

$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