From fa770d6e5fe2dc3f0bf66da0f496332c8f2d69cd Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 30 Sep 2021 11:04:08 +0000 Subject: gmime3: Explicitly link against libiconv on SunOS. Fixes various behaviour due to not correctly detecting GNU iconv during configure. Test suite is now clean. Bump PKGREVISION. --- mail/gmime3/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/gmime3/Makefile b/mail/gmime3/Makefile index 56d2dfc5f96..9b2610d692d 100644 --- a/mail/gmime3/Makefile +++ b/mail/gmime3/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2020/05/25 05:34:49 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2021/09/30 11:04:08 jperkin Exp $ DISTNAME= gmime-3.2.7 PKGNAME= ${DISTNAME:S/gmime/gmime3/} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/3.2/} EXTRACT_SUFX= .tar.xz @@ -17,6 +18,9 @@ USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-gtk-doc=no PKGCONFIG_OVERRIDE+= gmime.pc.in + +LDFLAGS.SunOS+= -liconv + # one test failure as of 3.2.6 # test-filters: # https://github.com/jstedfast/gmime/issues/81 -- cgit v1.2.3