pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/httping Fixed the build on Solaris (missing librar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f69d4b224e70
branches:  trunk
changeset: 518727:f69d4b224e70
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 16 10:07:55 2006 +0000

description:
Fixed the build on Solaris (missing libraries).

diffstat:

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

diffs (18 lines):

diff -r 814d4314d3ad -r f69d4b224e70 net/httping/Makefile
--- a/net/httping/Makefile      Sat Sep 16 10:06:16 2006 +0000
+++ b/net/httping/Makefile      Sat Sep 16 10:07:55 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/09/05 18:02:42 adrianp Exp $
+# $NetBSD: Makefile,v 1.2 2006/09/16 10:07:55 rillig Exp $
 #
 
 DISTNAME=              httping-1.2.1
@@ -10,6 +10,8 @@
 HOMEPAGE=              http://www.vanheusden.com/httping/
 COMMENT=               Like 'ping' but for http-requests
 
+LDFLAGS.SunOS=         -lnsl -lsocket
+
 do-install:
        ${INSTALL_MAN} ${WRKSRC}/httping.1 ${PREFIX}/man/man1
        ${INSTALL_PROGRAM} ${WRKSRC}/httping ${PREFIX}/bin



Home | Main Index | Thread Index | Old Index