git: 8b1e4e421136 - main - games/glob2: fix build with Boost 1.89
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Oct 2025 15:58:35 UTC
The branch main has been updated by makc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8b1e4e4211367e6b0d62db398bc525ecf6660584
commit 8b1e4e4211367e6b0d62db398bc525ecf6660584
Author: Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2025-10-30 15:44:20 +0000
Commit: Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2025-10-30 15:58:18 +0000
games/glob2: fix build with Boost 1.89
---
games/glob2/files/patch-SConstruct | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/games/glob2/files/patch-SConstruct b/games/glob2/files/patch-SConstruct
new file mode 100644
index 000000000000..50d49eba205a
--- /dev/null
+++ b/games/glob2/files/patch-SConstruct
@@ -0,0 +1,11 @@
+--- SConstruct.orig 2024-06-07 07:47:17 UTC
++++ SConstruct
+@@ -140,7 +140,7 @@ def configure(env, server_only):
+ print("Could not find libboost_date_time or libboost_date_time-mt or boost/thread/thread.hpp")
+ missing.append("libboost_date_time")
+ env.Append(LIBS=[boost_date_time])
+- env.Append(LIBS=["boost_system", "pthread"])
++ env.Append(LIBS=["pthread"])
+
+
+ if not conf.CheckCXXHeader("boost/shared_ptr.hpp"):