openbsd-ports/x11/rdesktop/patches/patch-configure
gsoares b09afec1a3 bugfix update rdesktop to 1.7.1
Key changes:
* Fix clipboard issue when not building with unicode support
* Fix compilation against newer PCSC lite versions
* Fix for per-device license mode on Windows 2008 R2 terminal server
* Fix building 64bit version with static openssl linkage
* Rewrite of smartcard handling for 64bit support, fixes several bugs

from Gonzalo L. R. via ports@ with tweaks by sthen@
works for weerd@ rfreeman@ and myself

OK giovanni@
2012-03-14 18:36:04 +00:00

24 lines
567 B
Plaintext

$OpenBSD: patch-configure,v 1.8 2012/03/14 18:36:04 gsoares Exp $
Don't pickup libsamplerate if that's installed.
--- configure.orig Mon Jan 9 11:11:57 2012
+++ configure Tue Mar 13 13:53:08 2012
@@ -5757,6 +5757,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; }
@@ -5834,6 +5835,8 @@ fi
LIBSAMPLERATE_LIBS="$LIBSAMPLERATE_LIBS -lm"
fi
fi
+fi
+
fi
if test "$sound" != "no"; then