mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix issue where remote sounds over RDP does not work by applying
the "Rdp Sound in Vista [PATCH]" patch from http://sourceforge.net/mailarchive/forum.php?thread_name=200902131243.10881.sameer.subscriptions%40damagehead.com&forum_name=rdesktop-devel PR: 135500 Submitted by: Lapo Luchini <lapo@lapo.it>
This commit is contained in:
parent
70a3783ac4
commit
3669fb5082
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260877
2 changed files with 10 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= rdesktop
|
PORTNAME= rdesktop
|
||||||
PORTVERSION= 1.6.0
|
PORTVERSION= 1.6.0
|
||||||
PORTREVISION?= 0
|
PORTREVISION?= 1
|
||||||
CATEGORIES= net comms ipv6
|
CATEGORIES= net comms ipv6
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
|
|
9
net/rdesktop/files/patch-rdpdr.c
Normal file
9
net/rdesktop/files/patch-rdpdr.c
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--- rdpdr.c.orig 2008-02-14 03:37:17.000000000 -0800
|
||||||
|
+++ rdpdr.c 2010-09-09 12:56:03.000000000 -0700
|
||||||
|
@@ -842,5 +842,5 @@ RD_BOOL
|
||||||
|
rdpdr_init()
|
||||||
|
{
|
||||||
|
- if (g_num_devices > 0)
|
||||||
|
+// if (g_num_devices > 0)
|
||||||
|
{
|
||||||
|
rdpdr_channel =
|
Loading…
Add table
Reference in a new issue