pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/tirc link against libnsl and libsocket on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71218be74615
branches:  trunk
changeset: 467520:71218be74615
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon Feb 02 09:30:15 2004 +0000

description:
link against libnsl and libsocket on Solaris.

diffstat:

 chat/tirc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 46633cd0cab6 -r 71218be74615 chat/tirc/Makefile
--- a/chat/tirc/Makefile        Mon Feb 02 09:24:52 2004 +0000
+++ b/chat/tirc/Makefile        Mon Feb 02 09:30:15 2004 +0000
@@ -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 @@
 
 CONFIGURE_ARGS+="--with-ansi-colours"
 
+LIBS.SunOS+=   -lnsl -lsocket
+
 post-patch:
        ${SED} "s,/usr/local,${PREFIX},g" ${WRKSRC}/tirc.1              \
                > ${WRKSRC}/tirc.1.done



Home | Main Index | Thread Index | Old Index