aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/cctbx/files/fix-scons.patch')
-rw-r--r--sci-libs/cctbx/files/fix-scons.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/cctbx/files/fix-scons.patch b/sci-libs/cctbx/files/fix-scons.patch
new file mode 100644
index 000000000..945b02087
--- /dev/null
+++ b/sci-libs/cctbx/files/fix-scons.patch
@@ -0,0 +1,13 @@
+diff --git a/libtbx/command_line/scons.py b/libtbx/command_line/scons.py
+index dee278e..71837ad 100755
+--- a/libtbx/command_line/scons.py
++++ b/libtbx/command_line/scons.py
+@@ -23,7 +23,7 @@ def dummy_fetch_win32_parallel_msg():
+ pass
+
+ def run():
+- engine_path = find_scons_engine_path()
++ engine_path = "/usr/lib/scons-1.2.0"
+ if (engine_path is not None):
+ sys.path.insert(0, engine_path)
+ try: import SCons