aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/rosetta/files/rosetta-3.4-platform.patch')
-rw-r--r--sci-chemistry/rosetta/files/rosetta-3.4-platform.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-chemistry/rosetta/files/rosetta-3.4-platform.patch b/sci-chemistry/rosetta/files/rosetta-3.4-platform.patch
deleted file mode 100644
index 82f0ba63f..000000000
--- a/sci-chemistry/rosetta/files/rosetta-3.4-platform.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./tools/build/setup_platforms.py 2009-02-03 22:44:32.000000000 +0100
-+++ ./tools/build/setup_platforms.py.new 2009-04-07 16:16:44.000000000 +0200
-@@ -274,7 +274,7 @@
- """
- # Note that these are very different values, and need processing
- if globals().has_key("platform"):
-- return platform.processor() or _uname()[4]
-+ return platform.machine() or _uname()[4]
- else:
- return _uname()[4]
-