https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252759
Alex Richardson <arichard...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arichard...@freebsd.org --- Comment #4 from Alex Richardson <arichard...@freebsd.org> --- IMO the check should be MK_CXX, since this is not related to libc++ vs libstdc++ but rather having a C++ compiler plus standard library. Since C++11 is required now, we could change: .if ${COMPILER_FEATURES:Mc++11} SUBDIR+= dtc .endif to SUBDIR.${MK_CXX}+= dtc -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"