pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/connect Solaris needs -lresolv, too.
details: https://anonhg.NetBSD.org/pkgsrc/rev/260ef5e9696c
branches: trunk
changeset: 501453:260ef5e9696c
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Oct 23 14:30:05 2005 +0000
description:
Solaris needs -lresolv, too.
diffstat:
net/connect/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r ae5c880b79d2 -r 260ef5e9696c net/connect/Makefile
--- a/net/connect/Makefile Sun Oct 23 14:26:39 2005 +0000
+++ b/net/connect/Makefile Sun Oct 23 14:30:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/10/23 14:26:39 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/23 14:30:05 rillig Exp $
DISTNAME= connect
PKGNAME= ${DISTNAME}-1.83
@@ -14,7 +14,7 @@
DIST_SUBDIR= ${PKGNAME_NOREV}
LIBS.Darwin+= -lresolv
-LIBS.SunOS+= -lsocket -lnsl
+LIBS.SunOS+= -lresolv -lsocket -lnsl
INSTALLATION_DIRS= bin
Home |
Main Index |
Thread Index |
Old Index