summaryrefslogtreecommitdiff
path: root/dev-util/scons/files/scons-2.1.0-jython.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/scons/files/scons-2.1.0-jython.patch')
-rw-r--r--dev-util/scons/files/scons-2.1.0-jython.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/scons/files/scons-2.1.0-jython.patch b/dev-util/scons/files/scons-2.1.0-jython.patch
deleted file mode 100644
index ca04e12031e1..000000000000
--- a/dev-util/scons/files/scons-2.1.0-jython.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://scons.tigris.org/issues/show_bug.cgi?id=2791
-
---- setup.py
-+++ setup.py
-@@ -325,7 +325,7 @@
- self.copy_scons(src, scons_version_bat)
-
- # --- distutils copy/paste ---
-- if os.name == 'posix':
-+ if hasattr(os, 'chmod'):
- # Set the executable bits (owner, group, and world) on
- # all the scripts we just installed.
- for file in self.get_outputs():