summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Andrew Clemons2022-02-04 21:40:43 +0100
committer Andrew Clemons2022-02-04 21:44:47 +0100
commitdaf151c17906e729a6aa6d96434339179263fc72 (patch)
tree5a134c7254df153ba39368b0b2225c2b6480ed49 /office
parentde0eddb5bd005450ad776da7724334148842d754 (diff)
downloadslackbuilds-daf151c17906e729a6aa6d96434339179263fc72.tar.gz
office/aiksaurus: Use the C++14 standard.
gcc >= 11.x defaults to -std=gnu++17 and it breaks the build in this case. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'office')
-rw-r--r--office/aiksaurus/aiksaurus.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/office/aiksaurus/aiksaurus.SlackBuild b/office/aiksaurus/aiksaurus.SlackBuild
index 0b21c19f54..e7bd322ae5 100644
--- a/office/aiksaurus/aiksaurus.SlackBuild
+++ b/office/aiksaurus/aiksaurus.SlackBuild
@@ -80,7 +80,7 @@ find -L . \
patch -p1 < $CWD/include-fixes.patch
CFLAGS="$SLKCFLAGS" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -std=c++14" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \