summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-06-25 13:58:52 +0200
committerLászló Németh <nemeth@numbertext.org>2018-06-25 21:33:25 +0200
commit79c0327bf8f472faed0dd950d42c060e8766d1c4 (patch)
tree5ff2e5e624e8560706c1ee9b87ae92d4198b66af
parent0daff7fc119a4c6430bb47425d3f842e21abdfaf (diff)
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@numbertext.org>
-rw-r--r--external/hunspell/0001-recent-Hunspell-fixes-for-suggestion-spelling-and-an.patch4
1 files changed, 3 insertions, 1 deletions
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@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.