pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/fzssh
Module Name: pkgsrc
Committed By: nia
Date: Tue Jun 16 17:06:59 UTC 2026
Modified Files:
pkgsrc/net/fzssh: Makefile
Log Message:
fzssh: Requires a C++ compiler with C++20 support.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/fzssh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/fzssh/Makefile
diff -u pkgsrc/net/fzssh/Makefile:1.2 pkgsrc/net/fzssh/Makefile:1.3
--- pkgsrc/net/fzssh/Makefile:1.2 Tue Jun 9 17:57:02 2026
+++ pkgsrc/net/fzssh/Makefile Tue Jun 16 17:06:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2026/06/09 17:57:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/06/16 17:06:59 nia Exp $
DISTNAME= fzssh-1.3.0
CATEGORIES= net
@@ -13,6 +13,8 @@ LICENSE= gnu-agpl-v3
USE_LANGUAGES= c++
USE_TOOLS+= pkg-config
+USE_CXX_FEATURES+= c++20
+
PKGCONFIG_OVERRIDE+= output/meson-private/libfzssh-client.pc
PKGCONFIG_OVERRIDE_STAGE= post-configure
Home |
Main Index |
Thread Index |
Old Index