[Bug 250627] math/py-matplotlib: does not build on 11.4 - llvm linker needed?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 29 15:26:43 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250627

--- Comment #6 from Fernando Apesteguía <fernape at FreeBSD.org> ---
(In reply to Bengt Ahlgren from comment #5)
Unfortunately I don't have any non-LLVM machines to test this.

games/stockfish does not have the conditional LDFLAGS but graphics/blender does
have something like that:

# Use LLVM linker where available
.if exists(/usr/bin/ld.lld) && (${/usr/bin/ld:L:tA} != /usr/bin/ld.lld)
LDFLAGS+=       -fuse-ld=lld
.endif

so I suppose the later is the way to go.

I will try to find someone to test this on non-llvm archs.

Thanks for pointing this out.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list