git: aa636a4748c7 - main - audio/invada-studio-plugins-lv2: Attempt to fix build on aarch64
Yuri Victorovich <[email protected]> Wed, 05 Aug 2026 18:51:46 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=aa636a4748c7347a089ea071a532ad22c790a05b commit aa636a4748c7347a089ea071a532ad22c790a05b Author: Yuri Victorovich <[email protected]> AuthorDate: 2026-08-05 18:51:12 +0000 Commit: Yuri Victorovich <[email protected]> CommitDate: 2026-08-05 18:51:44 +0000 audio/invada-studio-plugins-lv2: Attempt to fix build on aarch64 Reported by: fallout --- audio/invada-studio-plugins-lv2/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/audio/invada-studio-plugins-lv2/Makefile b/audio/invada-studio-plugins-lv2/Makefile index 62bbf787946c..96be6313bc21 100644 --- a/audio/invada-studio-plugins-lv2/Makefile +++ b/audio/invada-studio-plugins-lv2/Makefile @@ -23,6 +23,10 @@ USE_GNOME= cairo gdkpixbuf glib20 gtk20 LLD_UNSAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} +# attempt to fix build error on aarch64: /usr/local/bin/ld: unrecognized option '-Wl,--fix-cortex-a53-843419' +# it's not clear where does this option come from (is it set in /etc/make.conf ?) +LDFLAGS_aarch64= -Wl,--no-fix-cortex-a53-843419 + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/*/*.so