aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/rosetta/files/rosetta-3.4-fix-valgrind.patch')
-rw-r--r--sci-chemistry/rosetta/files/rosetta-3.4-fix-valgrind.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-chemistry/rosetta/files/rosetta-3.4-fix-valgrind.patch b/sci-chemistry/rosetta/files/rosetta-3.4-fix-valgrind.patch
deleted file mode 100644
index bc98773c1..000000000
--- a/sci-chemistry/rosetta/files/rosetta-3.4-fix-valgrind.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- tools/build/options.settings 2009-02-03 22:44:32.000000000 +0100
-+++ tools/build/options.settings.new 2009-04-07 18:12:00.000000000 +0200
-@@ -76,7 +76,7 @@
- # Build so that valgrind can follow the memory use.
- # Valgrind normally works fine with most executables but not
- # with static builds, which we are doing.
-- "valgrind",
-+ "shared",
-
- # Build using static linking.
- "static",