Date: Mon, 01 Sep 2014 23:05:55 +0000 From: bugzilla-noreply@freebsd.org To: chromium@FreeBSD.org Subject: [Bug 192685] www/chromium 36.0.1985.143 fails to build on 10-stable Message-ID: <bug-192685-28929-u7HKH3Q3f3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192685-28929@https.bugs.freebsd.org/bugzilla/> References: <bug-192685-28929@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192685 --- Comment #33 from bkarp@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192685-28929-u7HKH3Q3f3>