summaryrefslogtreecommitdiffstats
path: root/spelling
diff options
context:
space:
mode:
authorThomas Orgis2017-09-25 09:52:06 +0200
committerThomas Orgis2017-09-25 10:19:12 +0200
commit9caf8b021a4478bf2acceed69215e72887e92582 (patch)
tree1ac831d4a5060c62a6c948fe2047f748cce815da /spelling
parentf74dad077f04415ee56e68c6dc763e640c1747c0 (diff)
aspell: fix build with current g++
Diffstat (limited to 'spelling')
-rwxr-xr-xspelling/aspell/BUILD3
-rw-r--r--spelling/aspell/HISTORY3
2 files changed, 5 insertions, 1 deletions
diff --git a/spelling/aspell/BUILD b/spelling/aspell/BUILD
index 83a93eb948..93cdf77cf5 100755
--- a/spelling/aspell/BUILD
+++ b/spelling/aspell/BUILD
@@ -1,3 +1,4 @@
CFLAGS=${CFLAGS/-O3/-O2} &&
-CXXFLAGS=${CXXFLAGS/-O3/-O2} &&
+# 0.60.6.1 run afould of some C++ rules, try permissive mode
+CXXFLAGS="${CXXFLAGS/-O3/-O2} -fpermissive" &&
default_build
diff --git a/spelling/aspell/HISTORY b/spelling/aspell/HISTORY
index da4cf00fa7..befe1fe398 100644
--- a/spelling/aspell/HISTORY
+++ b/spelling/aspell/HISTORY
@@ -1,3 +1,6 @@
+2017-09-25 Thomas Orgis <sobukus@sourcemage.org>
+ * BUILD: build permissively with modern C++ compilers
+
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)