pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/gpgmepp
Module Name: pkgsrc
Committed By: mef
Date: Thu Feb 5 12:05:34 UTC 2026
Modified Files:
pkgsrc/security/gpgmepp: Makefile
Log Message:
(security/gpgmepp) Fix build on NetBSD/9.4 (+charconv)
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/security/gpgmepp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/gpgmepp/Makefile
diff -u pkgsrc/security/gpgmepp/Makefile:1.51 pkgsrc/security/gpgmepp/Makefile:1.52
--- pkgsrc/security/gpgmepp/Makefile:1.51 Thu Jan 29 13:49:39 2026
+++ pkgsrc/security/gpgmepp/Makefile Thu Feb 5 12:05:34 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2026/01/29 13:49:39 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2026/02/05 12:05:34 mef Exp $
DISTNAME= gpgmepp-2.0.0
CATEGORIES= security
@@ -12,6 +12,8 @@ LICENSE= gnu-lgpl-v2
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
+# gcc-7.5 of NetBSD 9.4 is missing this feature
+USE_CXX_FEATURES+= charconv
PKGCONFIG_OVERRIDE+= src/gpgmepp.pc.in
Home |
Main Index |
Thread Index |
Old Index