pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/jwhois add socket libs required on Solaris.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8df3d7af3178
branches: trunk
changeset: 467240:8df3d7af3178
user: grant <grant%pkgsrc.org@localhost>
date: Tue Jan 27 14:14:35 2004 +0000
description:
add socket libs required on Solaris.
diffstat:
net/jwhois/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 127157b4c41a -r 8df3d7af3178 net/jwhois/Makefile
--- a/net/jwhois/Makefile Tue Jan 27 14:13:49 2004 +0000
+++ b/net/jwhois/Makefile Tue Jan 27 14:14:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2004/01/10 02:15:29 kleink Exp $
+# $NetBSD: Makefile,v 1.33 2004/01/27 14:14:35 grant Exp $
#
DISTNAME= jwhois-3.2.2
@@ -18,6 +18,8 @@
CONFIGURE_ARGS+= --localstatedir=/var/db
CONFIGURE_ARGS+= --with-cache
+LIBS.SunOS+= -lnsl -lsocket
+
INFO_FILES= jwhois.info
EGDIR= ${PREFIX}/share/examples/jwhois
Home |
Main Index |
Thread Index |
Old Index