diff --git a/srcpkgs/kaccounts-providers/template b/srcpkgs/kaccounts-providers/template index 9ca8e073ee3..3da38659145 100644 --- a/srcpkgs/kaccounts-providers/template +++ b/srcpkgs/kaccounts-providers/template @@ -20,10 +20,10 @@ checksum=4e2f6e8a854fb61ab19f00f8ff676c8fd97b1a12b70485e6652b74afa3749c18 build_options="nextcloud" desc_option_nextcloud="Build nextcloud support (needs Qt6 WebEngine)" -if [ "$XBPS_TARGET_ENDIAN" = "le" ]; then - if [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then - build_options_default+=" nextcloud" - fi +if [ "$XBPS_TARGET_ENDIAN" = "le" ] && + [ "$XBPS_WORDSIZE" != 32 ] && + [ "$XBPS_WORDSIZE" = "$XBPS_TARGET_WORDSIZE" ]; then + build_options_default+=" nextcloud" fi if [ "$build_option_nextcloud" ]; then