summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-14 23:43:28 +0000
committertnn <tnn@pkgsrc.org>2015-03-14 23:43:28 +0000
commitb2194919bbf122e7eb337d704ab907addcadd416 (patch)
treec53ceb8791a9d47b3b604117c05cef701845e887 /chat
parentf3f319cccd087ec5af92cca9e6ca156afe2fb03d (diff)
downloadpkgsrc-b2194919bbf122e7eb337d704ab907addcadd416.tar.gz
fix iconv linkage
Diffstat (limited to 'chat')
-rw-r--r--chat/ircII/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile
index 5b94e8a10e1..34f1691d54a 100644
--- a/chat/ircII/Makefile
+++ b/chat/ircII/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2014/11/22 22:20:15 mrg Exp $
+# $NetBSD: Makefile,v 1.72 2015/03/14 23:43:28 tnn Exp $
DISTNAME= ircii-${VERS}
PKGNAME= ircII-${VERS}
@@ -42,8 +42,8 @@ BUILD_DEFS+= IPV6_READY
CONFIGURE_ARGS+= ${IRCII_CONFIGURE_ARGS}
CONFIGURE_ENV+= ${IRCII_CONFIGURE_ENV}
-LDFLAGS.Darwin+=-l$(BUILDLINK_LIBNAME.iconv)
-LDFLAGS.SunOS+= -l$(BUILDLINK_LIBNAME.iconv) -lsocket -lnsl
+LDFLAGS.SunOS+= -lsocket -lnsl
+LDFLAGS+= ${BUILDLINK_LDADD.iconv}
.if ${OPSYS} == "Interix"
CONFIGURE_ARGS+= --with-non-blocking=none