pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/e2guardian Requires libiconv. SunOS requires an e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3560bee467ed
branches:  trunk
changeset: 362353:3560bee467ed
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri May 12 11:42:33 2017 +0000

description:
Requires libiconv.  SunOS requires an explicit -liconv.

diffstat:

 www/e2guardian/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 32ec8e76bb74 -r 3560bee467ed www/e2guardian/Makefile
--- a/www/e2guardian/Makefile   Fri May 12 11:35:49 2017 +0000
+++ b/www/e2guardian/Makefile   Fri May 12 11:42:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/03/15 13:42:03 sborrill Exp $
+# $NetBSD: Makefile,v 1.5 2017/05/12 11:42:33 jperkin Exp $
 
 DISTNAME=      e2guardian-3.5.1
 PKGREVISION=   1
@@ -49,6 +49,8 @@
 CONFIGURE_ARGS+=       --with-logdir=${VARBASE}/log/${E2G_LOG}
 CONFIGURE_ARGS+=       --enable-ntlm
 
+LIBS.SunOS+=           -liconv
+
 .include "options.mk"
 
 CHECK_WRKREF_SKIP=     sbin/e2guardian
@@ -72,6 +74,7 @@
 pre-configure:
        cd ${WRKSRC} && ${SH} autogen.sh
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index