From 8b1e4e4211367e6b0d62db398bc525ecf6660584 Mon Sep 17 00:00:00 2001 From: Max Brazhnikov Date: Thu, 30 Oct 2025 18:44:20 +0300 Subject: games/glob2: fix build with Boost 1.89 --- games/glob2/files/patch-SConstruct | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/glob2/files/patch-SConstruct (limited to 'games/glob2/files/patch-SConstruct') 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"): -- cgit v1.2.3