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:   nia
Date:           Mon May 27 09:16:36 UTC 2024

Modified Files:
        pkgsrc/mail/mu: Makefile

Log Message:
mu: Requires charconv support in the C++ compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/mail/mu/Makefile:1.4
--- pkgsrc/mail/mu/Makefile:1.3 Wed May 15 10:33:08 2024
+++ pkgsrc/mail/mu/Makefile     Mon May 27 09:16:36 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2024/05/15 10:33:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/05/27 09:16:36 nia Exp $
 
 DISTNAME=      mu-1.12.5
 CATEGORIES=    mail
@@ -19,7 +19,7 @@ PYTHON_FOR_BUILD_ONLY=                tool
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 REPLACE_PYTHON+=               build-aux/date.py
 
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES+=     c++17 charconv
 
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index