mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
boost: also disable long double stuff on ppcle
This commit is contained in:
parent
78a0c66863
commit
31d89e1c39
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ subpackages="libboost_program_options1.80 libboost_math_c99f1.80
|
|||
# this does not affect musl (where long double is 64-bit)
|
||||
#
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64le|ppc64|ppc) ;;
|
||||
ppc64le|ppc64|ppc|ppcle) ;;
|
||||
*) subpackages+=" libboost_math_c99l1.80 libboost_math_tr1l1.80";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue