summaryrefslogtreecommitdiff
path: root/chat/ircII
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2003-11-25 13:35:20 +0000
committercjep <cjep@pkgsrc.org>2003-11-25 13:35:20 +0000
commitfaf214dd25a905910a2e49e1725253ac8f27a669 (patch)
tree8666be1ad7bf922cce9aeb252e7c108bc6b27f09 /chat/ircII
parent48c6476995f488976dfeefe67f853fb6d458aca1 (diff)
downloadpkgsrc-faf214dd25a905910a2e49e1725253ac8f27a669.tar.gz
On Solaris link with socket and nsl libs. Fixes build on Solaris.
Diffstat (limited to 'chat/ircII')
-rw-r--r--chat/ircII/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
index 7236746f492..1b739681795 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -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+= --with-socks5=${BUILDLINK_PREFIX.socks5}
CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS}
CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV}
+# Solaris
+LDFLAGS.SunOS+= -lsocket -lnsl
+
pre-install:
@(if [ "X${MANZ}" != X"" ]; then \
GZSUFFIX=.gz; \