HomeFreeBSD

audio/pulseaudio: fix build on armv7

Description

audio/pulseaudio: fix build on armv7

The inline assembly template modifier h is not supported by clang. With
gcc, it prints a 128 bit NEON register as a pair of halves. Emulate its
effect through the e and f modifiers, which are supported by both.

Approved by: portmgr (build fix blanket)
MFH: 2023Q4

Details

Provenance
fuzAuthored on Oct 7 2023, 5:51 AM
Parents
R11:f6c3a4092779: net/packetdrill: fix build on armv7, FreeBSD 12
Branches
Unknown
Tags
Unknown