diff options
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 : |