summaryrefslogtreecommitdiff
path: root/chat/tirc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-02 09:30:15 +0000
committergrant <grant@pkgsrc.org>2004-02-02 09:30:15 +0000
commit7005f973eada7c97b27c80412ed94ed20c29cc2a (patch)
tree024b36d09b6dea6a22068674caaea883360e7bde /chat/tirc
parent8a9abd255fe0c503a380cf79e42d061b0fa33dbb (diff)
downloadpkgsrc-7005f973eada7c97b27c80412ed94ed20c29cc2a.tar.gz
link against libnsl and libsocket on Solaris.
Diffstat (limited to 'chat/tirc')
-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