Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/editors/abiword/files/patch-git-699705dc1c91f41ea11eed4facb2d3756d899eec.patch
16151 views
1
From 699705dc1c91f41ea11eed4facb2d3756d899eec Mon Sep 17 00:00:00 2001
2
From: Julian Sikorski <[email protected]>
3
Date: Sat, 14 Mar 2020 14:06:34 +0100
4
Subject: [PATCH] Issue #3 - Define ASIO_ENABLE_BOOST when building collab
5
plugin
6
MIME-Version: 1.0
7
Content-Type: text/plain; charset=UTF-8
8
Content-Transfer-Encoding: 8bit
9
10
This is needed for asio-1.14.0 or later as it defaults to
11
ASIO_STANDALONE if C++11 or later is detected:
12
https://github.com/chriskohlhoff/asio/commit/265e75cdbba739b1b1e3a46b283eaee3b9c60fe8
13
14
https://gitlab.gnome.org/World/AbiWord/issues/3
15
16
Signed-off-by: Hubert Figuière <[email protected]>
17
---
18
plugins/collab/plugin.m4 | 2 +-
19
1 file changed, 1 insertion(+), 1 deletion(-)
20
21
diff --git a/plugins/collab/plugin.m4 b/plugins/collab/plugin.m4
22
index 7cfe3a138..a8a32c074 100644
23
--- plugins/collab/plugin.m4
24
+++ plugins/collab/plugin.m4
25
@@ -201,7 +201,7 @@ if test "$enable_collab_backend_sugar" = "yes"; then
26
COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_SUGAR"
27
fi
28
if test "$enable_collab_backend_service" = "yes"; then
29
- COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_SERVICE -DSOUP24"
30
+ COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_SERVICE -DSOUP24 -DASIO_ENABLE_BOOST"
31
COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_SERVICE"
32
fi
33
if test "$enable_collab_backend_sipsimple" = "yes"; then
34
--
35
GitLab
36
37
38