From 9caf8b021a4478bf2acceed69215e72887e92582 Mon Sep 17 00:00:00 2001 From: Thomas Orgis Date: Mon, 25 Sep 2017 09:52:06 +0200 Subject: aspell: fix build with current g++ --- spelling/aspell/BUILD | 3 ++- spelling/aspell/HISTORY | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 + * BUILD: build permissively with modern C++ compilers + 2011-07-30 Florian Franzmann * DEPENDS: changed dependency on g++ to dependency on gcc with sub-depends on CXX (scripted) -- cgit v1.2.3