diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2006-10-23 19:25:43 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2006-10-23 19:25:43 +0000 |
commit | eb3a5fb72ec519509080a65d0eee5c8c69d0eb99 (patch) | |
tree | eb2a77ff6bb4b3c828a231c65937aeacc5e53107 /dev-libs/boost/files/boost-1.33.1-gcc41_visit_each.patch | |
parent | Add non-gentoo mirror. (diff) | |
download | historical-eb3a5fb72ec519509080a65d0eee5c8c69d0eb99.tar.gz historical-eb3a5fb72ec519509080a65d0eee5c8c69d0eb99.tar.bz2 historical-eb3a5fb72ec519509080a65d0eee5c8c69d0eb99.zip |
'static' USE-flag removed (was broken). Patch added for bug #146112. Fixing bug #137638. Adding symlink from *thread-mt.so -> *thread.so which solves problems with other packages.
Package-Manager: portage-2.1.2_pre3-r3
Diffstat (limited to 'dev-libs/boost/files/boost-1.33.1-gcc41_visit_each.patch')
-rw-r--r-- | dev-libs/boost/files/boost-1.33.1-gcc41_visit_each.patch | 10 |
1 files changed, 10 insertions, 0 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 new file mode 100644 index 000000000000..d21a35366131 --- /dev/null +++ b/dev-libs/boost/files/boost-1.33.1-gcc41_visit_each.patch @@ -0,0 +1,10 @@ +--- 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 + |