From 9e7c2455de5bc069c9422e8c601d2d734eb03b78 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 30 Jul 2025 19:02:37 +0300 Subject: [PATCH] enchant2 ver. bump --- office/spellcheck/enchant2/actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/office/spellcheck/enchant2/actions.py b/office/spellcheck/enchant2/actions.py index 0366106aa2..65b491894b 100644 --- a/office/spellcheck/enchant2/actions.py +++ b/office/spellcheck/enchant2/actions.py @@ -20,6 +20,8 @@ j = ''.join([ ]) def setup(): + pisitools.cxxflags.add("-fpermissive") + # autotools.autoreconf("-fi") autotools.configure(j) #fix unused direct dependency analysis