community/sword: gcc6 build fix

This commit is contained in:
Carlo Landmeter 2016-08-15 12:57:59 +00:00
parent 16e8609d67
commit 0fffbb85e7

View File

@ -39,6 +39,7 @@ prepare() {
build() {
cd "$_builddir"
export CXXFLAGS="$CXXFLAGS -std=gnu++98"
./configure \
--build=$CBUILD \
--host=$CHOST \