summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgrant <grant>2004-02-02 09:30:15 +0000
committergrant <grant>2004-02-02 09:30:15 +0000
commit3c41e011295805534251dbeb5e399786fd82f151 (patch)
tree024b36d09b6dea6a22068674caaea883360e7bde /chat
parentf9a8f4556df1f419b592d8fcc85fc7daf0f5fad3 (diff)
downloadpkgsrc-3c41e011295805534251dbeb5e399786fd82f151.tar.gz
link against libnsl and libsocket on Solaris.
Diffstat (limited to 'chat')
-rw-r--r--chat/tirc/Makefile4
1 files changed, 3 insertions, 1 deletions
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