diff options
author | grant <grant@pkgsrc.org> | 2003-11-22 03:34:51 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-11-22 03:34:51 +0000 |
commit | 466686b97a88fba0ff668666cc0ef85216b7b81c (patch) | |
tree | 2653b25837c7387ef294b7f2ec0e2cded5059196 /net/rdesktop/Makefile | |
parent | d85f6ee3efc4311246c31d49e5cf9f129e02c386 (diff) | |
download | pkgsrc-466686b97a88fba0ff668666cc0ef85216b7b81c.tar.gz |
fix sound support on NetBSD by picking up ${DEVOSSAUDIO} from
ossaudio.buildlink2.mk and using it.
reorder WRKSRC to appease pkglint.
bump PKGREVISION.
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index e7b4c8a2b8a..258adfbb4dd 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2003/11/20 04:46:08 grant Exp $ +# $NetBSD: Makefile,v 1.13 2003/11/22 03:34:51 grant Exp $ # DISTNAME= rdesktop-1.3.0 -CATEGORIES= net +PKGREVISION= 1 WRKSRC= ${WRKDIR}/rdesktop +CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rdesktop/} MAINTAINER= grant@NetBSD.org @@ -17,6 +18,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_ARGS+= --with-x=${X11BASE} CONFIGURE_ARGS+= --with-openssl=${SSLBASE} +CFLAGS+= -DAUDIO_DEV='\"${DEVOSSAUDIO}\"' LDFLAGS+= ${LIBOSSAUDIO} .include "../../security/openssl/buildlink2.mk" |