From abf80b136f8a8b7c8aca318e5bca657255ba33b5 Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Mon, 5 Mar 2018 03:33:06 +0000 Subject: [PATCH] Fix build on 10.X. mail/mu requires C++14 compiler. --- mail/mu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/mu/Makefile b/mail/mu/Makefile index 87bddff6d550..bf11355f5f1a 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -15,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxapian.so:databases/xapian-core \ libgmime-2.6.so:mail/gmime26 -USES= autoreconf gettext-runtime gmake libtool makeinfo pkgconfig +USES= autoreconf compiler:c++14-lang gettext-runtime gmake \ + libtool makeinfo pkgconfig USE_GITHUB= yes GH_ACCOUNT= djcb USE_GNOME= glib20