From 3c41e011295805534251dbeb5e399786fd82f151 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 2 Feb 2004 09:30:15 +0000 Subject: link against libnsl and libsocket on Solaris. --- chat/tirc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chat') diff --git a/chat/tirc/Makefile b/chat/tirc/Makefile index 289c13c6415..c7a7915608f 100644 --- a/chat/tirc/Makefile +++ b/chat/tirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/09/28 09:13:56 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/02 09:30:15 grant Exp $ # DISTNAME= tirc-1.2 @@ -14,6 +14,8 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+="--with-ansi-colours" +LIBS.SunOS+= -lnsl -lsocket + post-patch: ${SED} "s,/usr/local,${PREFIX},g" ${WRKSRC}/tirc.1 \ > ${WRKSRC}/tirc.1.done -- cgit v1.2.3