[Bug 192685] www/chromium 36.0.1985.143 fails to build on 10-stable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 1 23:05:55 UTC 2014


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

--- Comment #33 from bkarp at cs.ucl.ac.uk ---
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.


More information about the freebsd-chromium mailing list