pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ueberzugpp: requires c++20 support
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Feb 11 22:55:22 2025 +0100
Changeset: 24597e832f23efc6384ed3cefb6848376cd20490
Modified Files:
ueberzugpp/Makefile
Log Message:
ueberzugpp: requires c++20 support
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=24597e832f23efc6384ed3cefb6848376cd20490
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ueberzugpp/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/ueberzugpp/Makefile b/ueberzugpp/Makefile
index 918e835847..e262bb8012 100644
--- a/ueberzugpp/Makefile
+++ b/ueberzugpp/Makefile
@@ -10,8 +10,9 @@ HOMEPAGE= https://github.com/jstkdng/ueberzugpp/
COMMENT= Command line utility allowing to draw images on terminals
LICENSE= gnu-gpl-v3
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+USE_CXX_FEATURES+= c++20
+USE_TOOLS+= pkg-config
.include "../../devel/cmake/build.mk"
.include "../../devel/CLI11/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index