aboutsummaryrefslogtreecommitdiff
path: root/multimedia/bombono/files/patch-SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/bombono/files/patch-SConstruct')
-rw-r--r--multimedia/bombono/files/patch-SConstruct17
1 files changed, 13 insertions, 4 deletions
diff --git a/multimedia/bombono/files/patch-SConstruct b/multimedia/bombono/files/patch-SConstruct
index 1c887a4d0af0..921c1be3ba59 100644
--- a/multimedia/bombono/files/patch-SConstruct
+++ b/multimedia/bombono/files/patch-SConstruct
@@ -1,6 +1,15 @@
---- SConstruct.orig 2012-02-08 13:19:21.000000000 +0100
-+++ SConstruct 2012-02-11 11:16:02.000000000 +0100
-@@ -148,18 +148,6 @@
+--- SConstruct.orig 2013-03-07 21:20:45 UTC
++++ SConstruct
+@@ -59,7 +59,7 @@ ThreadOpt = ['-pthread']
+ common_warn_flags = []
+ cxx_warn_flags = []
+ debug_flags = ['-g', '-O0']
+-release_flags = ['-O2']
++release_flags = ['']
+ defines = []
+
+ def CalcCommonFlags():
+@@ -148,18 +148,6 @@ def AdjustConfigOptions(env):
#env.Replace (PATH = user_options_dict['PATH'])
#env.Replace (AR = user_options_dict['AR'])
@@ -19,7 +28,7 @@
# Multithreading, global
if IsThreadedBuild:
env.Append(CCFLAGS = ThreadOpt, LINKFLAGS = ThreadOpt)
-@@ -566,7 +554,6 @@
+@@ -571,7 +559,6 @@ def InstallDir(rel_dst_path, src_dir):
BV.InstallDir(mgui_env, data_prefix, src_dir)
InstallDir('share/bombono', "resources")