pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Oct  5 06:56:48 UTC 2021

Modified Files:
        pkgsrc/mail/notmuch: Makefile

Log Message:
notmuch: needs c++11


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/mail/notmuch/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/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.73 pkgsrc/mail/notmuch/Makefile:1.74
--- pkgsrc/mail/notmuch/Makefile:1.73   Fri Oct  1 08:51:53 2021
+++ pkgsrc/mail/notmuch/Makefile        Tue Oct  5 06:56:48 2021
@@ -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 @@ COMMENT=      Mail indexer
 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