ports/sysutils/freebsd-rustdate
Mikael Urankar 6f5a53ee6b 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)
2025-06-08 16:19:50 +02:00
..