summaryrefslogtreecommitdiff
path: root/sci-mathematics/rstudio/files/rstudio-1.2.5042-boost-1.73.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/rstudio/files/rstudio-1.2.5042-boost-1.73.0.patch')
-rw-r--r--sci-mathematics/rstudio/files/rstudio-1.2.5042-boost-1.73.0.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-mathematics/rstudio/files/rstudio-1.2.5042-boost-1.73.0.patch b/sci-mathematics/rstudio/files/rstudio-1.2.5042-boost-1.73.0.patch
deleted file mode 100644
index cd024e9ed912..000000000000
--- a/sci-mathematics/rstudio/files/rstudio-1.2.5042-boost-1.73.0.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- rstudio-1.2.5042-orig/src/cpp/core/system/PosixChildProcessTracker.cpp 2020-04-02 03:16:24.000000000 +1100
-+++ rstudio-1.2.5042/src/cpp/core/system/PosixChildProcessTracker.cpp 2020-04-28 15:36:44.839368084 +1000
-@@ -19,6 +19,8 @@
-
- #include <boost/format.hpp>
-
-+using namespace boost::placeholders;
-+
- namespace rstudio {
- namespace core {
- namespace system {
---- rstudio-1.2.5042-orig/src/cpp/core/system/PosixOutputCapture.cpp 2020-04-02 03:16:24.000000000 +1100
-+++ rstudio-1.2.5042/src/cpp/core/system/PosixOutputCapture.cpp 2020-04-28 15:35:50.869185435 +1000
-@@ -28,6 +28,8 @@
-
- #include <core/system/System.hpp>
-
-+using namespace boost::placeholders;
-+
- namespace rstudio {
- namespace core {
- namespace system {