1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/synthpod-lv2
Mikael Urankar 31e0a5979d audio/synthpod-lv2: fix build on aarch64
../mapper.lv2/mapper.lv2/mum.h:113:3: warning: implicit declaration of function 'asm' is invalid in C99 [-Wimplicit-function-declaration]
  asm ("umulh %0, %1, %2" : "=r" (hi) : "r" (v), "r" (p));
  ^

../mapper.lv2/mapper.lv2/mum.h:113:27: error: expected ')'
  asm ("umulh %0, %1, %2" : "=r" (hi) : "r" (v), "r" (p));
                          ^

../mapper.lv2/mapper.lv2/mum.h:113:7: note: to match this '('
  asm ("umulh %0, %1, %2" : "=r" (hi) : "r" (v), "r" (p));

reported upstream: https://github.com/OpenMusicKontrollers/synthpod/pull/54

Approved by:	portmgr (tier-2 blanket)
2020-07-04 15:47:21 +00:00
..
files audio/synthpod-lv2: fix build on aarch64 2020-07-04 15:47:21 +00:00
distinfo
Makefile
pkg-descr
pkg-message
pkg-plist