diff options
author | grant <grant@pkgsrc.org> | 2004-02-02 09:30:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-02 09:30:15 +0000 |
commit | d1ec981c1a4324fd2631673c2c3f637292e935ff (patch) | |
tree | 024b36d09b6dea6a22068674caaea883360e7bde /chat | |
parent | 465097eaebc504270f8ce266f6d9af192d2dbb85 (diff) | |
download | pkgsrc-d1ec981c1a4324fd2631673c2c3f637292e935ff.tar.gz |
link against libnsl and libsocket on Solaris.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/tirc/Makefile | 4 |
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 |