pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/ircII fix iconv linkage
details: https://anonhg.NetBSD.org/pkgsrc/rev/19152b539086
branches: trunk
changeset: 648454:19152b539086
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Mar 14 23:43:28 2015 +0000
description:
fix iconv linkage
diffstat:
chat/ircII/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 946a44ecbfe8 -r 19152b539086 chat/ircII/Makefile
--- a/chat/ircII/Makefile Sat Mar 14 23:38:47 2015 +0000
+++ b/chat/ircII/Makefile Sat Mar 14 23:43:28 2015 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index