summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorhans <hans>2012-04-13 23:20:07 +0000
committerhans <hans>2012-04-13 23:20:07 +0000
commitf3e31b306c4d0bb158feae826c4a7df74ab18349 (patch)
tree4da48ad5e94b55cd132a8618f924219403253c41 /security
parentd9909c5538b43b68185f1dec648b376a3cfe942d (diff)
downloadpkgsrc-f3e31b306c4d0bb158feae826c4a7df74ab18349.tar.gz
Add -lrt to LIBS.SunOS to make this build. Not needed on 5.11, but
doesn't hurt either.
Diffstat (limited to 'security')
-rw-r--r--security/stegtunnel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/stegtunnel/Makefile b/security/stegtunnel/Makefile
index 8ef9fa39839..54196f3dbb1 100644
--- a/security/stegtunnel/Makefile
+++ b/security/stegtunnel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:35 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2012/04/13 23:20:07 hans Exp $
DISTNAME= stegtunnel-0.4
CATEGORIES= security
@@ -13,6 +13,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+LIBS.SunOS+= -lrt
+
.include "../../net/libdnet/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"