aboutsummaryrefslogtreecommitdiffstats
path: root/community/sword/APKBUILD
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-15 12:57:59 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-15 13:38:56 +0000
commit0fffbb85e7d79b25b5cbfc1015c37acf5e182a0a (patch)
tree9da6548c1eec4cb3a61368427b059a5a0f9b80f5 /community/sword/APKBUILD
parent16e8609d67af227f1e860d56c9e6d1781a7c4fa3 (diff)
community/sword: gcc6 build fix
Diffstat (limited to 'community/sword/APKBUILD')
-rw-r--r--community/sword/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/sword/APKBUILD b/community/sword/APKBUILD
index 75720801253..ae295408db7 100644
--- a/community/sword/APKBUILD
+++ b/community/sword/APKBUILD
@@ -39,6 +39,7 @@ prepare() {
build() {
cd "$_builddir"
+ export CXXFLAGS="$CXXFLAGS -std=gnu++98"
./configure \
--build=$CBUILD \
--host=$CHOST \