diff options
author | hans <hans@pkgsrc.org> | 2012-04-13 23:20:07 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-04-13 23:20:07 +0000 |
commit | f42c4b43d928c9df23ad637ee59a19989635de02 (patch) | |
tree | 4da48ad5e94b55cd132a8618f924219403253c41 /security | |
parent | 2ce244264c8ca61a1f672b49fd81d6dd71e64e25 (diff) | |
download | pkgsrc-f42c4b43d928c9df23ad637ee59a19989635de02.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/Makefile | 4 |
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" |