summaryrefslogtreecommitdiff
path: root/games/glob2/files/patch-SConstruct
blob: 50d49eba205a839570a86aeab5d76e0a75a0c80b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"):