diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-27 17:30:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-27 17:30:47 +0000 |
commit | 9f1fb72a6bb0c2d7c7e6f72e7803fd5626c4319e (patch) | |
tree | c1a506d05d524d8df0aca21842883fa17fb54e5e /dev-vcs/monotone/files | |
parent | Masked sci-calculators/orpie for removal (diff) | |
download | gentoo-2-9f1fb72a6bb0c2d7c7e6f72e7803fd5626c4319e.tar.gz gentoo-2-9f1fb72a6bb0c2d7c7e6f72e7803fd5626c4319e.tar.bz2 gentoo-2-9f1fb72a6bb0c2d7c7e6f72e7803fd5626c4319e.zip |
Fix building with GCC 4.5 wrt #317509 by Philipp.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs/monotone/files')
-rw-r--r-- | dev-vcs/monotone/files/monotone-0.45-gcc45.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-vcs/monotone/files/monotone-0.45-gcc45.patch b/dev-vcs/monotone/files/monotone-0.45-gcc45.patch new file mode 100644 index 000000000000..d343dcd4a626 --- /dev/null +++ b/dev-vcs/monotone/files/monotone-0.45-gcc45.patch @@ -0,0 +1,12 @@ +http://bugs.gentoo.org/show_bug.cgi?id=317509 + +--- selectors.cc ++++ selectors.cc +@@ -18,6 +18,7 @@ + #include "cmd.hh" + #include "work.hh" + #include "transforms.hh" ++#include "roster.hh" + + #include <algorithm> + #include <boost/tokenizer.hpp> |