summaryrefslogtreecommitdiffstats
path: root/games/glob2/patches/scons_syntax.patch
blob: f8ee2794cbba389a5bf53fa68cc268073a5096ee (plain)
1
2
3
4
5
6
7
8
9
10
11
--- SConstruct.orig	2022-03-06 10:20:29.332288658 +0100
+++ SConstruct	2022-03-06 10:20:48.994522031 +0100
@@ -114,7 +114,7 @@
     if conf.CheckLib("boost_system"):
         boost_system="boost_system"
     else:
-        print "Could not find libboost_system"
+        print ("Could not find libboost_system")
         missing.append("libboost_system")
     env.Append(LIBS=[boost_system])