diff options
Diffstat (limited to 'dev-vcs/monotone/files/monotone-0.45-gcc45.patch')
-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> |