aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2020-09-28 04:34:14 -0400
committerHorea Christian <chr@chymera.eu>2020-09-28 04:43:32 -0400
commit1c4cc4b44ec299a0611ea194f3ffc4c8b6389f87 (patch)
tree3cb23173ca3fa99b37c7df8048974549d6128621 /sci-chemistry/rosetta/files/rosetta-3.4-fix-valgrind.patch
parentsci-chemistry/pymol-plugins-ezviz: removed unmaintained package (diff)
downloadsci-1c4cc4b44ec299a0611ea194f3ffc4c8b6389f87.tar.gz
sci-1c4cc4b44ec299a0611ea194f3ffc4c8b6389f87.tar.bz2
sci-1c4cc4b44ec299a0611ea194f3ffc4c8b6389f87.zip
sci-chemistry/rosetta: removed unmaintained package
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian <chr@chymera.eu>
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",