summaryrefslogtreecommitdiff
path: root/sysutils/ts
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-15 22:32:10 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-15 22:32:10 +0000
commit94acd317674a377912a5a6e56d1b62db1f352805 (patch)
tree74806070784775e968fd4afbea0b67093484bb32 /sysutils/ts
parentac32dce2ddbe896164d769a8889af26682f590cc (diff)
downloadpkgsrc-94acd317674a377912a5a6e56d1b62db1f352805.tar.gz
link network libs on SunOS
Diffstat (limited to 'sysutils/ts')
-rw-r--r--sysutils/ts/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/ts/Makefile b/sysutils/ts/Makefile
index b8b544910c4..12a71642568 100644
--- a/sysutils/ts/Makefile
+++ b/sysutils/ts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2012/10/23 19:51:27 asau Exp $
+# $NetBSD: Makefile,v 1.3 2014/02/15 22:32:10 wiedi Exp $
#
DISTNAME= ts-0.7.0
@@ -13,4 +13,6 @@ LICENSE= gnu-gpl-v2
USE_LANGUAGES= c
USE_TOOLS+= gmake
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.include "../../mk/bsd.pkg.mk"