summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/abiword/abiword/debian_patches_boost54.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/abiword/abiword/debian_patches_boost54.patch')
-rw-r--r--meta-gnome/recipes-gnome/abiword/abiword/debian_patches_boost54.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/abiword/abiword/debian_patches_boost54.patch b/meta-gnome/recipes-gnome/abiword/abiword/debian_patches_boost54.patch
new file mode 100644
index 000000000..cf50cb2c9
--- /dev/null
+++ b/meta-gnome/recipes-gnome/abiword/abiword/debian_patches_boost54.patch
@@ -0,0 +1,32 @@
1Last-Update: 2014-02-05
2Forwarded: yes
3Author: Dmitry Smirnov <onlyjob@member.fsf.org>
4Bug-Debian: http://bugs.debian.org/737551
5Bug-Abiword: http://bugzilla.abisource.com/13602
6Description: fix FTBFS with libboost1.54-dev
7Upstream-Status: Applied
8
9--- a/plugins/collab/core/sync/xp/SynchronizedQueue.h
10+++ b/plugins/collab/core/sync/xp/SynchronizedQueue.h
11@@ -21,8 +21,9 @@
12
13 #include <deque>
14 #include <boost/bind.hpp>
15 #include <boost/function.hpp>
16+#include <boost/noncopyable.hpp>
17 #include <sync/xp/lock.h>
18 #include <sync/xp/Synchronizer.h>
19
20 class EmptyQueueException {};
21--- a/plugins/collab/backends/tcp/xp/Session.h
22+++ b/plugins/collab/backends/tcp/xp/Session.h
23@@ -21,8 +21,9 @@
24
25 #include <boost/function.hpp>
26 #include <boost/bind.hpp>
27 #include <boost/enable_shared_from_this.hpp>
28+#include <boost/noncopyable.hpp>
29 #include <deque>
30 #include <sync/xp/lock.h>
31 #include <sync/xp/Synchronizer.h>
32