[Libreoffice-commits] core.git: external/hunspell
Christian Lohmaier
lohmaier+LibreOffice at googlemail.com
Mon Jun 25 19:33:47 UTC 2018
external/hunspell/0001-recent-Hunspell-fixes-for-suggestion-spelling-and-an.patch | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 79c0327bf8f472faed0dd950d42c060e8766d1c4
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date: Mon Jun 25 13:58:52 2018 +0200
fix hunspell build break for non-cxx11 case
Change-Id: I3da985f87c5e345ca1c11c54a1f6219bf8a54c70
Reviewed-on: https://gerrit.libreoffice.org/56393
Tested-by: Jenkins
Reviewed-by: László Németh <nemeth at numbertext.org>
diff --git a/external/hunspell/0001-recent-Hunspell-fixes-for-suggestion-spelling-and-an.patch b/external/hunspell/0001-recent-Hunspell-fixes-for-suggestion-spelling-and-an.patch
index a4877fb23f61..7c9b255abe74 100644
--- a/external/hunspell/0001-recent-Hunspell-fixes-for-suggestion-spelling-and-an.patch
+++ b/external/hunspell/0001-recent-Hunspell-fixes-for-suggestion-spelling-and-an.patch
@@ -1,3 +1,5 @@
+in addition to that: configure.ac portion was fixed to not have unbalanced []
+
From d9f392dc35f75b1246862b2db8090e8d5b6ec068 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?L=C3=A1szl=C3=B3=20N=C3=A9meth?= <nemeth at numbertext.org>
Date: Sun, 17 Jun 2018 17:21:01 +0200
@@ -54,7 +56,7 @@ index fb79d0d..2936107 100644
+AS_CASE([$CXXFLAGS],
+ [*-std=c++11*], [HAVE_CXX11=1],
+ [HAVE_CXX11=0]
-+ ])
++ )
+AC_SUBST(HAVE_CXX11)
+
# Checks for programs.
More information about the Libreoffice-commits
mailing list