1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/audio/ardour5
Piotr Kubaj 1f48f94437 audio/ardour5: fix build on powerpc64
_POSIX_SOURCE causes some errors in errno.h not to be seen (like EAFNOSUPPORT), so remove it.

On ELFv2 lld can't link it, throws errors like:
ld: error: relocation R_PPC64_ADDR32 cannot be used against local symbol; recompile with -fPIC
>>> defined in libs/ardour/cycle_timer.cc.1.o
>>> referenced by cycle_timer.cc
>>>               libs/ardour/cycle_timer.cc.1.o:(__ftr_fixup+0x8)

Recompiling with -fPIC doesn't help, so use GNU ld there.

PR:		243281
Approved by:	portmgr (blanket: build fix)
MFH:		2020Q1 (blanket: build fix)
2020-01-12 02:59:41 +00:00
..
files audio/ardour5: fix build on powerpc64 2020-01-12 02:59:41 +00:00
distinfo
Makefile audio/ardour5: fix build on powerpc64 2020-01-12 02:59:41 +00:00
pkg-descr
pkg-plist