summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-09-30 11:04:08 +0000
committerjperkin <jperkin@pkgsrc.org>2021-09-30 11:04:08 +0000
commitfa770d6e5fe2dc3f0bf66da0f496332c8f2d69cd (patch)
tree1f168ad268eec7d6e8d188497dc0f8aeeac248e8 /mail
parent47b42cbef8d7354342fa7db03ff0b6641195ece8 (diff)
downloadpkgsrc-fa770d6e5fe2dc3f0bf66da0f496332c8f2d69cd.tar.gz
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.
Diffstat (limited to 'mail')
-rw-r--r--mail/gmime3/Makefile6
1 files changed, 5 insertions, 1 deletions
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