From 31d89e1c397c41667a0fad74bbfc29676190f550 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 10 Sep 2022 13:46:55 +0000 Subject: [PATCH] boost: also disable long double stuff on ppcle --- srcpkgs/boost/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index ea11e85a708..57ad72b545f 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -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