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

Tatsuki Makino <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Tatsuki Makino <[email protected]> ---
(In reply to Jack from comment #1)

That's the same reason as make -C /usr/ports/www/seamonkey -V
BROKEN_FreeBSD_13_amd64

My 12.0-STABLE r347071 has llvm60 installed by something.
I cleaned up this by writing the following to /etc/make.conf

.if !empty(.CURDIR:tA:M/usr/ports/www/seamonkey)
DEFAULT_VERSIONS+= llvm=60
LLVM_CONFIG= llvm-config${LLVM_DEFAULT}
.export-env LLVM_CONFIG
CPP= ${LOCALBASE}/bin/clang-cpp${LLVM_DEFAULT}
CC= ${LOCALBASE}/bin/clang${LLVM_DEFAULT}
CXX= ${LOCALBASE}/bin/clang++${LLVM_DEFAULT}
.endif

Perhaps we also need
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
to solve it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-gecko
To unsubscribe, send any mail to "[email protected]"

Reply via email to