diff options
Diffstat (limited to 'community/irrlicht')
-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 |