pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/svmlin
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 4 11:36:14 UTC 2026
Modified Files:
pkgsrc/math/svmlin: Makefile
Log Message:
svmlin: force c++11
since this doesn't build with the c++17 default of gcc 14
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/svmlin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/svmlin/Makefile
diff -u pkgsrc/math/svmlin/Makefile:1.2 pkgsrc/math/svmlin/Makefile:1.3
--- pkgsrc/math/svmlin/Makefile:1.2 Sun Jan 26 17:31:41 2020
+++ pkgsrc/math/svmlin/Makefile Sun Jan 4 11:36:14 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/01/26 17:31:41 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2026/01/04 11:36:14 wiz Exp $
DISTNAME= svmlin-v1.0
PKGNAME= ${DISTNAME:S/-v/-/}
@@ -11,6 +11,8 @@ COMMENT= Fast Linear SVM Solvers for Sup
LICENSE= gnu-gpl-v2
USE_LANGUAGES= c++
+# ssl.cpp:804:24: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
+FORCE_CXX_STD= c++11
post-extract:
cp "${FILESDIR}/mkc_makefile" "${WRKSRC}"/Makefile
Home |
Main Index |
Thread Index |
Old Index