pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/gmime3
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Sep 30 11:04:08 UTC 2021
Modified Files:
pkgsrc/mail/gmime3: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/gmime3/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/gmime3/Makefile
diff -u pkgsrc/mail/gmime3/Makefile:1.13 pkgsrc/mail/gmime3/Makefile:1.14
--- pkgsrc/mail/gmime3/Makefile:1.13 Mon May 25 05:34:49 2020
+++ pkgsrc/mail/gmime3/Makefile Thu Sep 30 11:04:08 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index