mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
julia: fix with gcc-7.2
This commit is contained in:
parent
f5c56fe885
commit
0aedfa584f
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ elif [[ $XBPS_MACHINE == 'x86_64' ]]; then
|
||||||
make_build_args+=" MARCH=core2"
|
make_build_args+=" MARCH=core2"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CXXFLAGS+=" -D_GLIBCXX_USE_C99_STDIO=1"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue