pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/kf6-kholidays



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 11 08:40:27 UTC 2025

Modified Files:
        pkgsrc/time/kf6-kholidays: Makefile

Log Message:
kf6-kholidays: needs C++20

Uses <numbers> C++ header, added in c++20


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/time/kf6-kholidays/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/time/kf6-kholidays/Makefile
diff -u pkgsrc/time/kf6-kholidays/Makefile:1.6 pkgsrc/time/kf6-kholidays/Makefile:1.7
--- pkgsrc/time/kf6-kholidays/Makefile:1.6      Thu Dec  5 09:43:26 2024
+++ pkgsrc/time/kf6-kholidays/Makefile  Tue Feb 11 08:40:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/12/05 09:43:26 markd Exp $
+# $NetBSD: Makefile,v 1.7 2025/02/11 08:40:27 wiz Exp $
 
 DISTNAME=      kholidays-${KF6VER}
 CATEGORIES=    time
@@ -9,7 +9,8 @@ LICENSE=        gnu-lgpl-v2
 
 .include "../../meta-pkgs/kde/kf6.mk"
 
-USE_TOOLS+=    msgmerge
+USE_TOOLS+=            msgmerge
+USE_CXX_FEATURES+=     c++20
 
 .include "../../devel/qt6-qttools/buildlink3.mk"
 .include "../../lang/qt6-qtdeclarative/buildlink3.mk"



Home | Main Index | Thread Index | Old Index