mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
4a0e97e833
This port tries to use NEON if __ARM_NEON is defined. Unfortunately it now requires a bunch of intrinsics available on AArch64 only, breaking the armv7 build. Fix the build by disabling NEON on armv7. Approved by: portmgr (build fix blanket) MFH: 2026Q1