Path: blob/main/editors/abiword/files/patch-git-699705dc1c91f41ea11eed4facb2d3756d899eec.patch
16151 views
From 699705dc1c91f41ea11eed4facb2d3756d899eec Mon Sep 17 00:00:00 20011From: Julian Sikorski <[email protected]>2Date: Sat, 14 Mar 2020 14:06:34 +01003Subject: [PATCH] Issue #3 - Define ASIO_ENABLE_BOOST when building collab4plugin5MIME-Version: 1.06Content-Type: text/plain; charset=UTF-87Content-Transfer-Encoding: 8bit89This is needed for asio-1.14.0 or later as it defaults to10ASIO_STANDALONE if C++11 or later is detected:11https://github.com/chriskohlhoff/asio/commit/265e75cdbba739b1b1e3a46b283eaee3b9c60fe81213https://gitlab.gnome.org/World/AbiWord/issues/31415Signed-off-by: Hubert Figuière <[email protected]>16---17plugins/collab/plugin.m4 | 2 +-181 file changed, 1 insertion(+), 1 deletion(-)1920diff --git a/plugins/collab/plugin.m4 b/plugins/collab/plugin.m421index 7cfe3a138..a8a32c074 10064422--- plugins/collab/plugin.m423+++ plugins/collab/plugin.m424@@ -201,7 +201,7 @@ if test "$enable_collab_backend_sugar" = "yes"; then25COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_SUGAR"26fi27if test "$enable_collab_backend_service" = "yes"; then28- COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_SERVICE -DSOUP24"29+ COLLAB_CFLAGS="$COLLAB_CFLAGS -DABICOLLAB_HANDLER_SERVICE -DSOUP24 -DASIO_ENABLE_BOOST"30COLLAB_RCFLAGS="$COLLAB_RCFLAGS -DABICOLLAB_HANDLER_SERVICE"31fi32if test "$enable_collab_backend_sipsimple" = "yes"; then33--34GitLab35363738