[Bug 214654] www/chromium: fails to build with libc++ 3.9
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 19 05:22:11 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214654
--- Comment #1 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
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.
More information about the freebsd-chromium
mailing list