summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-07-25 02:48:47 +0000
committergrant <grant@pkgsrc.org>2002-07-25 02:48:47 +0000
commitfe8456d5482d7681f5254a6bba8b62380822da92 (patch)
tree477bf5b6c47bea1c6325147a3bd0a15d9ab2975a /net
parentee69c7c91047563fa53b5ef7de645ecc1d29d1a6 (diff)
downloadpkgsrc-fe8456d5482d7681f5254a6bba8b62380822da92.tar.gz
files missed from last commit, grr.
fixes build on solaris.
Diffstat (limited to 'net')
-rw-r--r--net/rdesktop/Makefile8
-rw-r--r--net/rdesktop/distinfo4
2 files changed, 9 insertions, 3 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index fcc0c710f28..96890528b76 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2002/03/28 12:23:13 grant Exp $
+# $NetBSD: Makefile,v 1.5 2002/07/25 02:48:47 grant Exp $
#
DISTNAME= rdesktop-1.1.0
@@ -16,4 +16,10 @@ ALL_TARGET= rdesktop
USE_X11= yes
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+LDFLAGS+= -lnsl -lsocket
+.endif
+
.include "../../mk/bsd.pkg.mk"
diff --git a/net/rdesktop/distinfo b/net/rdesktop/distinfo
index 786db86af09..fb061c35390 100644
--- a/net/rdesktop/distinfo
+++ b/net/rdesktop/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2002/06/07 10:28:13 cjep Exp $
+$NetBSD: distinfo,v 1.4 2002/07/25 02:48:47 grant Exp $
SHA1 (rdesktop-1.1.0.tar.gz) = a0ea61437834e7db0311c5e03676edef8869a927
Size (rdesktop-1.1.0.tar.gz) = 80584 bytes
-SHA1 (patch-aa) = 36067ebe6e3b4ec8074cba6068ab2688d9194638
+SHA1 (patch-aa) = ab74fcedb9562f65798164a25711339c29d74459