diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-14 21:25:46 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-14 21:26:04 +0000 |
commit | 248718ad521a19aada7fdba597bd8148ceb41f40 (patch) | |
tree | fd1d4b87dae3345d54b01e1b182181512d63b853 /community/irrlicht/APKBUILD | |
parent | 7ac4d33165309d222dd306044a3106c2daf5bd91 (diff) | |
download | aports-248718ad521a19aada7fdba597bd8148ceb41f40.tar.bz2 aports-248718ad521a19aada7fdba597bd8148ceb41f40.tar.xz |
community/irrlicht: build fix gcc6
Diffstat (limited to 'community/irrlicht/APKBUILD')
-rw-r--r-- | community/irrlicht/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/irrlicht/APKBUILD b/community/irrlicht/APKBUILD index a54385187e..2abd2bb82e 100644 --- a/community/irrlicht/APKBUILD +++ b/community/irrlicht/APKBUILD @@ -30,6 +30,7 @@ prepare() { build() { cd "$_builddir"/source/Irrlicht/ + export CXXFLAGS="$CXXFLAGS -std=gnu++98" make sharedlib || return 1 #from arch pkgbuild: example build helper |