diff options
author | cjep <cjep@pkgsrc.org> | 2003-11-25 13:35:20 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-11-25 13:35:20 +0000 |
commit | e23ab8aad118399f6e428ff68b3988ddc5478825 (patch) | |
tree | 8666be1ad7bf922cce9aeb252e7c108bc6b27f09 /chat/ircII | |
parent | 7ce61a6e49bce6dcf54491fb5beb6399e2131b08 (diff) | |
download | pkgsrc-e23ab8aad118399f6e428ff68b3988ddc5478825.tar.gz |
On Solaris link with socket and nsl libs. Fixes build on Solaris.
Diffstat (limited to 'chat/ircII')
-rw-r--r-- | chat/ircII/Makefile | 5 |
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; \ |