From 248718ad521a19aada7fdba597bd8148ceb41f40 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Sun, 14 Aug 2016 21:25:46 +0000 Subject: community/irrlicht: build fix gcc6 --- community/irrlicht/APKBUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'community/irrlicht/APKBUILD') 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 -- cgit v1.2.3