aboutsummaryrefslogtreecommitdiff
path: root/games/glob2/files/patch-SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'games/glob2/files/patch-SConstruct')
-rw-r--r--games/glob2/files/patch-SConstruct11
1 files changed, 11 insertions, 0 deletions
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"):