diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-25 15:21:46 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-25 15:21:46 +0000 |
commit | bcae61594c69e2a5f08d6ebcd3bd44aad213d08b (patch) | |
tree | 6c1030d331b02dd933f3c09db4a99442e458d1bd /net | |
parent | bc8503489d272042be7aecb2c70795082cde7bbb (diff) | |
download | pkgsrc-bcae61594c69e2a5f08d6ebcd3bd44aad213d08b.tar.gz |
SunOS needs -lnsl -lresolv.
Diffstat (limited to 'net')
-rw-r--r-- | net/bwping/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile index e9f36bfb6f6..b260c102128 100644 --- a/net/bwping/Makefile +++ b/net/bwping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/01/13 04:29:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2014/09/25 15:21:46 jperkin Exp $ # DISTNAME= bwping-1.7 @@ -12,4 +12,6 @@ LICENSE= 2-clause-bsd GNU_CONFIGURE= yes +LDFLAGS.SunOS+= -lnsl -lresolv + .include "../../mk/bsd.pkg.mk" |