git: ca44c2864b03 - main - math/eclib: unbreak with Boost-1.89
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Oct 2025 13:02:43 UTC
The branch main has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ca44c2864b03fd80c85158da8655a10859769f39
commit ca44c2864b03fd80c85158da8655a10859769f39
Author: Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-10-20 12:59:28 +0000
Commit: Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-10-20 13:02:37 +0000
math/eclib: unbreak with Boost-1.89
---
math/eclib/files/patch-configure.ac | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/math/eclib/files/patch-configure.ac b/math/eclib/files/patch-configure.ac
new file mode 100644
index 000000000000..e17a39aaa241
--- /dev/null
+++ b/math/eclib/files/patch-configure.ac
@@ -0,0 +1,17 @@
+--- configure.ac.orig 2025-06-27 08:14:54 UTC
++++ configure.ac
+@@ -67,13 +67,11 @@ AX_BOOST_BASE([1.35.0], [
+ #
+ # Boost 1.35.0+ required for Asio (1.25.0 for Thread)
+ AX_BOOST_BASE([1.35.0], [
+-AX_BOOST_SYSTEM
+ AX_BOOST_ASIO
+ AX_BOOST_THREAD
+ ])
+
+-if [test "$ax_cv_boost_system" = "yes"] &&
+- [test "$ax_cv_boost_asio" = "yes"] &&
++if [test "$ax_cv_boost_asio" = "yes"] &&
+ [test "$ax_cv_boost_thread" = "yes"]; then
+ AC_DEFINE([ECLIB_MULTITHREAD],[1],[Define if multithreading available and requested])
+ fi