From 0aedfa584fa5529f5244e2f1688cb88c8c29832a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Fri, 3 Nov 2017 09:48:46 +0100 Subject: [PATCH] julia: fix with gcc-7.2 --- srcpkgs/julia/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/julia/template b/srcpkgs/julia/template index 3b856a3aca2..92eda7a9ad8 100644 --- a/srcpkgs/julia/template +++ b/srcpkgs/julia/template @@ -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 }