summaryrefslogtreecommitdiffstats
path: root/spelling/aspell
diff options
context:
space:
mode:
Diffstat (limited to 'spelling/aspell')
-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)