sysutils/freebsd-rustdate: Fix build on i386
Import patch from security/openssl35 to fix the build on i386
It fixes the following error:
note: ld: error: undefined symbol: __atomic_fetch_add_8
ld: error: undefined symbol: __atomic_fetch_sub_8 ld: error: undefined symbol: __atomic_load_8 ld: error: undefined symbol: __atomic_compare_exchange_8 ld: error: undefined symbol: __atomic_is_lock_free ld: error: undefined symbol: __atomic_fetch_or_8 ld: error: undefined symbol: __atomic_load ld: error: undefined symbol: __atomic_store
PR: 287223
Approved by: Matthew D. Fuller (maintainer)