pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/icbirc Needs libresolv on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2eb6357529b0
branches:  trunk
changeset: 535800:2eb6357529b0
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Thu Nov 29 13:04:04 2007 +0000

description:
Needs libresolv on Solaris.

diffstat:

 chat/icbirc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 52c1bf595ba4 -r 2eb6357529b0 chat/icbirc/Makefile
--- a/chat/icbirc/Makefile      Thu Nov 29 12:43:43 2007 +0000
+++ b/chat/icbirc/Makefile      Thu Nov 29 13:04:04 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2007/03/19 16:40:26 tv Exp $
+# $NetBSD: Makefile,v 1.14 2007/11/29 13:04:04 sketch Exp $
 
 DISTNAME=      icbirc-1.8
 CATEGORIES=    chat
@@ -16,8 +16,8 @@
 
 SRCS=          icb.c irc.c icbirc.c
 
-CPPFLAGS.Interix+= -Dsocklen_t=int
-LDFLAGS.SunOS+=        -lsocket -lnsl
+CPPFLAGS.Interix+=     -Dsocklen_t=int
+LDFLAGS.SunOS+=                -lresolv -lsocket -lnsl
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man8
 



Home | Main Index | Thread Index | Old Index