pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/wmii SunOS requires an explicit -liconv.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/017beb1d6996
branches:  trunk
changeset: 362359:017beb1d6996
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri May 12 11:59:38 2017 +0000

description:
SunOS requires an explicit -liconv.

diffstat:

 wm/wmii/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b505c7466ddb -r 017beb1d6996 wm/wmii/Makefile
--- a/wm/wmii/Makefile  Fri May 12 11:55:46 2017 +0000
+++ b/wm/wmii/Makefile  Fri May 12 11:59:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2015/03/15 15:24:24 tnn Exp $
+# $NetBSD: Makefile,v 1.31 2017/05/12 11:59:38 jperkin Exp $
 
 DISTNAME=              wmii-3.6
 PKGREVISION=           4
@@ -34,7 +34,7 @@
 CONF_FILES+=           ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
 .endfor
 
-LDFLAGS.SunOS+=                -lsocket -lnsl
+LDFLAGS.SunOS+=                -lsocket -lnsl -liconv
 
 SUBST_CLASSES+=                vars
 SUBST_STAGE.vars=      pre-build



Home | Main Index | Thread Index | Old Index