pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ircII On Solaris link with socket and nsl libs. F...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7a4f5dc50cbd
branches:  trunk
changeset: 463749:7a4f5dc50cbd
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Tue Nov 25 13:35:20 2003 +0000

description:
On Solaris link with socket and nsl libs. Fixes build on Solaris.

diffstat:

 chat/ircII/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0112351535fa -r 7a4f5dc50cbd chat/ircII/Makefile
--- a/chat/ircII/Makefile       Tue Nov 25 12:21:27 2003 +0000
+++ b/chat/ircII/Makefile       Tue Nov 25 13:35:20 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/07/17 21:25:52 grant Exp $
+# $NetBSD: Makefile,v 1.28 2003/11/25 13:35:20 cjep Exp $
 
 DISTNAME=              ircii-${VERS}
 PKGNAME=               ircII-${VERS}
@@ -47,6 +47,9 @@
 CONFIGURE_ARGS+=       ${IRCII_CONFIGURE_ARGS}
 CONFIGURE_ENV+=                ${IRCII_CONFIGURE_ENV}
 
+# Solaris
+LDFLAGS.SunOS+=        -lsocket -lnsl
+
 pre-install:
        @(if [ "X${MANZ}" != X"" ]; then \
                GZSUFFIX=.gz; \



Home | Main Index | Thread Index | Old Index