aboutsummaryrefslogtreecommitdiffstats
path: root/main/ragel
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-08-11 19:17:24 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-11 19:17:24 +0000
commit80e1cf01f94a5fc234065b9bf1882ad365de7367 (patch)
tree015d3780a5ceda1fd105529ecafe8be4bb80d29f /main/ragel
parent85549a3a35d6312ff5139e212fe14907d3666846 (diff)
downloadaports-80e1cf01f94a5fc234065b9bf1882ad365de7367.tar.bz2
aports-80e1cf01f94a5fc234065b9bf1882ad365de7367.tar.xz
main/ragel: build fix
Diffstat (limited to 'main/ragel')
-rw-r--r--main/ragel/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/ragel/APKBUILD b/main/ragel/APKBUILD
index 1d5df1290e..e904c24b41 100644
--- a/main/ragel/APKBUILD
+++ b/main/ragel/APKBUILD
@@ -27,6 +27,7 @@ prepare() {
build() {
cd "$_builddir"
+ export CXXFLAGS="$CXXFLAGS -std=gnu++98"
./configure \
--build=$CBUILD \
--host=$CHOST \