Date: Sun, 12 Jan 2020 03:00:02 +0000 From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 243281] audio/ardour5: fix build on powerpc64 Message-ID: <bug-243281-25139-VMtCu1s49a@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-243281-25139@https.bugs.freebsd.org/bugzilla/> References: <bug-243281-25139@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243281 --- Comment #3 from commit-hook@freebsd.org --- A commit references this bug: Author: pkubaj Date: Sun Jan 12 02:59:42 UTC 2020 New revision: 522745 URL: https://svnweb.freebsd.org/changeset/ports/522745 Log: 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) Changes: head/audio/ardour5/Makefile head/audio/ardour5/files/ head/audio/ardour5/files/patch-libs_fst_wscript --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243281-25139-VMtCu1s49a>