pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/tomlplusplus
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 9 15:17:46 UTC 2023
Modified Files:
pkgsrc/devel/tomlplusplus: Makefile
Log Message:
tomlplusplus: Require a C++17 compiler.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/tomlplusplus/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/tomlplusplus/Makefile
diff -u pkgsrc/devel/tomlplusplus/Makefile:1.5 pkgsrc/devel/tomlplusplus/Makefile:1.6
--- pkgsrc/devel/tomlplusplus/Makefile:1.5 Wed Apr 26 19:57:06 2023
+++ pkgsrc/devel/tomlplusplus/Makefile Sun Jul 9 15:17:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2023/04/26 19:57:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/07/09 15:17:46 nia Exp $
DISTNAME= tomlplusplus-3.3.0
CATEGORIES= devel
@@ -14,5 +14,8 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
MESON_ARGS+= --datadir=lib
+# C++17
+GCC_REQD+= 7
+
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index