https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214654
--- Comment #1 from Jan Beich (mail not working) <[email protected]> --- Adding the following to www/chromium/Makefile.local unbreaks build for 52.* BUILD_DEPENDS+= ${LOCALBASE}/include/c++/v1/__config:devel/libc++ CXXFLAGS+= -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1 but not for 54.* (see review D8517) which no longer respects CXXFLAGS. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
