summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/boost/files')
-rw-r--r--dev-libs/boost/files/boost-1.33.1-gcc41_visit_each.patch10
-rw-r--r--dev-libs/boost/files/boost-alpha-threads.patch24
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-libs/boost/files/boost-1.33.1-gcc41_visit_each.patch b/dev-libs/boost/files/boost-1.33.1-gcc41_visit_each.patch
deleted file mode 100644
index d21a35366131..000000000000
--- a/dev-libs/boost/files/boost-1.33.1-gcc41_visit_each.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- boost/bind.hpp.orig 2006-10-05 21:09:32.000000000 +0200
-+++ boost/bind.hpp 2006-10-05 21:10:10.000000000 +0200
-@@ -27,6 +27,7 @@
- #include <boost/type.hpp>
- #include <boost/bind/arg.hpp>
- #include <boost/detail/workaround.hpp>
-+#include <boost/visit_each.hpp>
-
- // Borland-specific bug, visit_each() silently fails to produce code
-
diff --git a/dev-libs/boost/files/boost-alpha-threads.patch b/dev-libs/boost/files/boost-alpha-threads.patch
deleted file mode 100644
index 5e3d5b018a7f..000000000000
--- a/dev-libs/boost/files/boost-alpha-threads.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urN boost_1_33_0-pristine/tools/build/v1/gcc-tools.jam boost_1_33_0/tools/build/v1/gcc-tools.jam
---- boost_1_33_0-pristine/tools/build/v1/gcc-tools.jam 2005-09-12 00:31:23.000000000 -0400
-+++ boost_1_33_0/tools/build/v1/gcc-tools.jam 2005-09-12 00:32:45.000000000 -0400
-@@ -146,7 +146,7 @@
- }
- case * :
- {
-- flags gcc CFLAGS <threading>multi : -pthread ;
-+ flags gcc CFLAGS <threading>multi : -D_REENTRANT -pthread ;
- flags gcc LINKFLAGS <threading>multi : -pthread ;
- flags gcc FINDLIBS <threading>multi : rt ;
- }
-diff -urN boost_1_33_0-pristine/tools/build/v2/tools/gcc.jam boost_1_33_0/tools/build/v2/tools/gcc.jam
---- boost_1_33_0-pristine/tools/build/v2/tools/gcc.jam 2005-09-12 00:31:23.000000000 -0400
-+++ boost_1_33_0/tools/build/v2/tools/gcc.jam 2005-09-12 00:33:04.000000000 -0400
-@@ -368,7 +368,7 @@
- }
- case * :
- {
-- flags gcc OPTIONS <threading>multi : -pthread ;
-+ flags gcc OPTIONS <threading>multi : -D_REENTRANT -pthread ;
- flags gcc FINDLIBS-SA <threading>multi : rt ;
- }
- }