diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-15 12:57:59 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-15 13:38:56 +0000 |
commit | 0fffbb85e7d79b25b5cbfc1015c37acf5e182a0a (patch) | |
tree | 9da6548c1eec4cb3a61368427b059a5a0f9b80f5 /community | |
parent | 16e8609d67af227f1e860d56c9e6d1781a7c4fa3 (diff) | |
download | aports-0fffbb85e7d79b25b5cbfc1015c37acf5e182a0a.tar.bz2 aports-0fffbb85e7d79b25b5cbfc1015c37acf5e182a0a.tar.xz |
community/sword: gcc6 build fix
Diffstat (limited to 'community')
-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 \ |