diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-01-01 19:24:20 -0800 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2025-01-01 19:24:20 -0800 |
commit | 953c1209f58826a57d6e7d50e738e139e27a3109 (patch) | |
tree | 82c4dca8eec2c98692520eb388fea3540c41f03c /databases/firebird40-server/files/patch-configure | |
parent | www/rubygem-gitlab-gollum-lib: Fix gemspec for rubygem-sanitize 7.0.0 update (diff) |
databases/firebird40-*: Update to 4.0.5
- Switch to c++17. It could fix some issues with new version of devel/icu [1]
PR: 283543
Reported by: diizzy [1]
Diffstat (limited to 'databases/firebird40-server/files/patch-configure')
-rw-r--r-- | databases/firebird40-server/files/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/databases/firebird40-server/files/patch-configure b/databases/firebird40-server/files/patch-configure index 2cd41f32a632..4941763a01e6 100644 --- a/databases/firebird40-server/files/patch-configure +++ b/databases/firebird40-server/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2022-07-28 00:58:22 UTC -+++ configure -@@ -2985,6 +2985,20 @@ $as_echo "#define AMD64 1" >>confdefs.h +--- configure.orig 2024-08-08 02:10:59.000000000 -0700 ++++ configure 2025-01-01 16:50:16.531360000 -0800 +@@ -3096,6 +3096,20 @@ SHRLIB_EXT=so ;; @@ -21,3 +21,12 @@ *-gentoo-freebsd*) MAKEFILE_PREFIX=freebsd PLATFORM=GENTOOFREEBSD +@@ -19405,7 +19419,7 @@ + pre_save_restore_cxxflags=$CXXFLAGS + pre_save_restore_libs=$LIBS + +-CXXFLAGS="$CXXFLAGS -std=c++11" ++CXXFLAGS="$CXXFLAGS -std=c++17" + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C++ compiler understands noexcept" >&5 + $as_echo_n "checking whether the C++ compiler understands noexcept... " >&6; } + if ${ac_cv_cxx_noexcept+:} false; then : |