pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/fityk
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 4 11:33:39 UTC 2026
Modified Files:
pkgsrc/math/fityk: Makefile
Log Message:
fityk: force c++14
this doesn't build with the c++17 default of gcc 14
c++11 is not an option, since the boost dependency requires c++14
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/math/fityk/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/fityk/Makefile
diff -u pkgsrc/math/fityk/Makefile:1.62 pkgsrc/math/fityk/Makefile:1.63
--- pkgsrc/math/fityk/Makefile:1.62 Thu Oct 23 20:38:14 2025
+++ pkgsrc/math/fityk/Makefile Sun Jan 4 11:33:39 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2025/10/23 20:38:14 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2026/01/04 11:33:39 wiz Exp $
DISTNAME= fityk-1.3.2
PKGREVISION= 13
@@ -16,6 +16,9 @@ USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+# func.h:93:29: error: ISO C++17 does not allow dynamic exception specifications
+FORCE_CXX_STD= c++14
+
.include "../../devel/boost-headers/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
BUILDLINK_API_DEPENDS.xylib+= xylib>=1.6
Home |
Main Index |
Thread Index |
Old Index