https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192685
--- Comment #33 from [email protected] --- I can confirm that modifying the Makefile for www/chromium to add -isystem to CFLAGS with: CFLAGS+= -fno-stack-protector -isystem${LOCALBASE}/include allows my build of www/chromium to complete successfully on 10.0-RELEASE-p7, despite the prior installation of v8 in /usr/local. This change (also mentioned in bug 193187) would appear to fix the poisoning of the www/chromium build by include files from an installed v8 port in /usr/local/include . Thanks, Jan! (In reply to Jan Beich from comment #32) > Could you perhaps try with the patch from bug 193187? It was based on a > similar issue I had with gecko: www/firefox vs. old version of standalone JS > engine in lang/spidermonkey*. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-chromium To unsubscribe, send any mail to "[email protected]"
