pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bwping SunOS needs -lnsl -lresolv.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaca2a892d21
branches:  trunk
changeset: 639795:aaca2a892d21
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Sep 25 15:21:46 2014 +0000

description:
SunOS needs -lnsl -lresolv.

diffstat:

 net/bwping/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r d3695ec18628 -r aaca2a892d21 net/bwping/Makefile
--- a/net/bwping/Makefile       Thu Sep 25 15:18:09 2014 +0000
+++ b/net/bwping/Makefile       Thu Sep 25 15:21:46 2014 +0000
@@ -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 @@
 
 GNU_CONFIGURE= yes
 
+LDFLAGS.SunOS+=        -lnsl -lresolv
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index