[Bug 219089] audio/openal-soft: cannot preempt symbol (WITH_LLD_IS_LD)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Sep 26 15:44:06 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219089
--- Comment #10 from Jan Beich <jbeich at FreeBSD.org> ---
I can't reproduce on /branches/clang700-import, see https://ptpb.pw/_Fp7
(amd64) and https://ptpb.pw/LGjr (i386). In other words, consumers may need to
convert
LLD_UNSAFE= yes
into
USES= compiler
.include <bsd.port.pre.mk>
.if ${COMPILER_VERSION} < 70 && ${CC} == cc && ${CXX} == c++ &&
${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
LLD_UNSAFE= yes
.endif
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list