diff options
Diffstat (limited to 'community/sword/APKBUILD')
-rw-r--r-- | community/sword/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/sword/APKBUILD b/community/sword/APKBUILD index 7572080125..ae295408db 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 \ |