summaryrefslogtreecommitdiffstats
path: root/spelling/aspell/BUILD
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/aspell/BUILD
parentf74dad077f04415ee56e68c6dc763e640c1747c0 (diff)
aspell: fix build with current g++
Diffstat (limited to 'spelling/aspell/BUILD')
-rwxr-xr-xspelling/aspell/BUILD3
1 files changed, 2 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