pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/notmuch notmuch: needs c++11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dac9198b06f8
branches:  trunk
changeset: 459364:dac9198b06f8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 05 06:56:48 2021 +0000

description:
notmuch: needs c++11

diffstat:

 mail/notmuch/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cf056afd9daa -r dac9198b06f8 mail/notmuch/Makefile
--- a/mail/notmuch/Makefile     Mon Oct 04 21:54:04 2021 +0000
+++ b/mail/notmuch/Makefile     Tue Oct 05 06:56:48 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2021/10/01 08:51:53 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2021/10/05 06:56:48 wiz Exp $
 
 DISTNAME=      notmuch-0.33.2
 CATEGORIES=    mail
@@ -11,7 +11,7 @@
 LICENSE=       gnu-gpl-v3
 
 HAS_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 USE_TOOLS+=    bash gmake makeinfo pkg-config # perl:test
 MAKE_FLAGS+=   PYTHON=${PYTHONBIN}
 INFO_FILES=    yes



Home | Main Index | Thread Index | Old Index