summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/abiword/files/abiword-2.8.4-collab.patch')
-rw-r--r--app-office/abiword/files/abiword-2.8.4-collab.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-office/abiword/files/abiword-2.8.4-collab.patch b/app-office/abiword/files/abiword-2.8.4-collab.patch
deleted file mode 100644
index 4321069..0000000
--- a/app-office/abiword/files/abiword-2.8.4-collab.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-diff -ur a/plugins/collab/plugin.m4 b/plugins/collab/plugin.m4
---- a/plugins/collab/plugin.m4 2010-04-14 23:50:17.000000000 +0200
-+++ b/plugins/collab/plugin.m4 2010-04-20 03:29:37.000000000 +0200
-@@ -47,12 +47,14 @@
- [AS_HELP_STRING([--enable-collab-backend-tcp], [TCP backend (default: auto)])],
- [
- enable_collab_backend_tcp=$enableval
-- AC_LANG_PUSH(C++)
-- AC_CHECK_HEADERS([asio.hpp], [],
-- [
-- AC_MSG_ERROR([collab plugin: asio is required for the collab plugin TCP backend, see http://think-async.com/])
-- ])
-- AC_LANG_POP
-+ if test "$enable_collab_backend_tcp" != "no"; then
-+ AC_LANG_PUSH(C++)
-+ AC_CHECK_HEADERS([asio.hpp], [],
-+ [
-+ AC_MSG_ERROR([collab plugin: asio is required for the collab plugin TCP backend, see http://think-async.com/])
-+ ])
-+ AC_LANG_POP
-+ fi
- ], [
- AC_LANG_PUSH(C++)
- AC_CHECK_HEADERS([asio.hpp],
-@@ -82,12 +84,14 @@
- [AS_HELP_STRING([--enable-collab-backend-service], [abicollab.net backend (default: auto)])],
- [
- enable_collab_backend_service=$enableval
-- AC_LANG_PUSH(C++)
-- AC_CHECK_HEADERS([asio.hpp], [],
-- [
-- AC_MSG_ERROR([collab plugin: asio is required for the the abicollab.net backend, see http://think-async.com/])
-- ])
-- AC_LANG_POP
-+ if test "$enable_collab_backend_service" != "no"; then
-+ AC_LANG_PUSH(C++)
-+ AC_CHECK_HEADERS([asio.hpp], [],
-+ [
-+ AC_MSG_ERROR([collab plugin: asio is required for the the abicollab.net backend, see http://think-async.com/])
-+ ])
-+ AC_LANG_POP
-+ fi
- ], [
- AC_LANG_PUSH(C++)
- AC_CHECK_HEADERS([asio.hpp],