pkgsrc/net/rdesktop/options.mk
tron 1ea29d5cf4 Update "rdesktop" package to version 1.6.0. Changes since 1.5.0:
* Fix for potential vulnerability against compromised/malicious
  servers (reported by iDefense)
* Fix for crash with recent versions of X.Org
* Fix for connection to Windows 2008 Server
* ALSA driver added
* Sound drivers can now be selected at runtime
* Smartcard support (Alexi Volkov <alexi@my...>)
* Send physical mouse buttons rather than logical ones

The security fixes had already been integrated into "pkgsrc" as patches.
2008-06-08 16:29:28 +00:00

14 lines
314 B
Makefile

# $NetBSD: options.mk,v 1.1 2008/06/08 16:29:28 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.rdesktop
PKG_SUPPORTED_OPTIONS+= inet6
PKG_SUGGESTED_OPTIONS+= inet6
.include "../../mk/bsd.options.mk"
###
### Support both IPv6 and IPv4 connections.
###
.if !empty(PKG_OPTIONS:Minet6)
CONFIGURE_ARGE+= --with-ipv6
.endif