diff options
author | abs <abs@pkgsrc.org> | 2012-04-26 14:54:28 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-04-26 14:54:28 +0000 |
commit | 9b09b3a14b6942ae0e603c6fb79ff7bbcb67fd99 (patch) | |
tree | 6cd055283da78f2f34e05ac4691c634cc375d55f /net/rdesktop/patches | |
parent | 192ca28d7945e53ac45abf1804f4a362b6e60904 (diff) | |
download | pkgsrc-9b09b3a14b6942ae0e603c6fb79ff7bbcb67fd99.tar.gz |
Updated net/rdesktop to 1.7.1
rdesktop (1.7.1)
* 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
* Improved license handling using XDG directories
Diffstat (limited to 'net/rdesktop/patches')
-rw-r--r-- | net/rdesktop/patches/patch-aa | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rdesktop/patches/patch-aa b/net/rdesktop/patches/patch-aa index cf42ad22375..421f1bdce73 100644 --- a/net/rdesktop/patches/patch-aa +++ b/net/rdesktop/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.11 2006/12/01 10:53:15 hubertf Exp $ +$NetBSD: patch-aa,v 1.12 2012/04/26 14:54:29 abs Exp $ + +Use BSD_INSTALL_foo --- Makefile.in.orig 2006-04-09 20:27:50.000000000 +0200 +++ Makefile.in |