summaryrefslogtreecommitdiff
path: root/net/rdesktop/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-24 14:01:47 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-24 14:01:47 +0000
commit86e4785fb10df6be3265953a7b65220c60f86bec (patch)
tree75d75d62f36b93a8b711944b9266940871ed9b34 /net/rdesktop/Makefile
parentf1ab3f4ed4c653efaf578f0e0a88030d1d8d5e53 (diff)
downloadpkgsrc-86e4785fb10df6be3265953a7b65220c60f86bec.tar.gz
Update rdesktop to 1.3.1
Changes: * Crypto fixes for RDP5 * Keyboard and keymap fixes * some endianess fixes for high color * portability enhancements
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r--net/rdesktop/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index cd134340b03..ebbe9cc5671 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2004/01/20 12:22:20 agc Exp $
+# $NetBSD: Makefile,v 1.15 2004/01/24 14:01:47 xtraeme Exp $
#
-DISTNAME= rdesktop-1.3.0
-PKGREVISION= 1
+DISTNAME= rdesktop-1.3.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/}
@@ -10,7 +9,6 @@ MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.rdesktop.org/
COMMENT= Open-source Remote Desktop Protocol client
-WRKSRC= ${WRKDIR}/rdesktop
USE_BUILDLINK2= YES
USE_X11= YES
HAS_CONFIGURE= YES
@@ -18,7 +16,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ARGS+= --with-x=${X11BASE}
CONFIGURE_ARGS+= --with-openssl=${SSLBASE}
-CFLAGS+= -DAUDIO_DEV='\"${DEVOSSAUDIO}\"'
+CFLAGS+= -DAUDIO_DEV=\"\\\"${DEVOSSAUDIO}\\\"\"
LDFLAGS+= ${LIBOSSAUDIO}
.include "../../security/openssl/buildlink2.mk"