aboutsummaryrefslogtreecommitdiffstats
path: root/community/irrlicht/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/irrlicht/APKBUILD')
-rw-r--r--community/irrlicht/APKBUILD1
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