julia: fix with gcc-7.2

This commit is contained in:
Enno Boland 2017-11-03 09:48:46 +01:00
parent f5c56fe885
commit 0aedfa584f

View file

@ -37,6 +37,8 @@ elif [[ $XBPS_MACHINE == 'x86_64' ]]; then
make_build_args+=" MARCH=core2"
fi
CXXFLAGS+=" -D_GLIBCXX_USE_C99_STDIO=1"
post_install() {
vlicense LICENSE.md
}