pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/mu
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 15 10:33:08 UTC 2024
Modified Files:
pkgsrc/mail/mu: Makefile
Log Message:
mu: needs C++17 (for charconv)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/mu/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/mu/Makefile
diff -u pkgsrc/mail/mu/Makefile:1.2 pkgsrc/mail/mu/Makefile:1.3
--- pkgsrc/mail/mu/Makefile:1.2 Mon May 6 12:05:52 2024
+++ pkgsrc/mail/mu/Makefile Wed May 15 10:33:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2024/05/06 12:05:52 ktnb Exp $
+# $NetBSD: Makefile,v 1.3 2024/05/15 10:33:08 wiz Exp $
DISTNAME= mu-1.12.5
CATEGORIES= mail
@@ -19,6 +19,8 @@ PYTHON_FOR_BUILD_ONLY= tool
PYTHON_VERSIONS_INCOMPATIBLE= 27
REPLACE_PYTHON+= build-aux/date.py
+USE_CXX_FEATURES+= c++17
+
.include "options.mk"
.include "../../lang/python/application.mk"
Home |
Main Index |
Thread Index |
Old Index