aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/rosetta/files/rosetta-3.4-boost.patch')
-rw-r--r--sci-chemistry/rosetta/files/rosetta-3.4-boost.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-chemistry/rosetta/files/rosetta-3.4-boost.patch b/sci-chemistry/rosetta/files/rosetta-3.4-boost.patch
deleted file mode 100644
index 7c1e1ffc2..000000000
--- a/sci-chemistry/rosetta/files/rosetta-3.4-boost.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- tools/build/basic.settings | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/tools/build/basic.settings b/tools/build/basic.settings
-index ecf3237..356cd61 100644
---- a/tools/build/basic.settings
-+++ b/tools/build/basic.settings
-@@ -610,7 +610,7 @@ settings = {
- "gcc, boost_thread" : {
- "appends" : {
- "defines" : [ "MULTI_THREADED" ],
-- "libraries" : [ "pthread", "boost_thread" ],
-+ "libraries" : [ "pthread", "boost_thread", "boost_system" ],
- "library_path" : [ "/usr/local/lib", "/opt/boost/lib" ],
- "flags" : {
- "compile" : [ "pthread" ],