Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 05:22:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 214654] www/chromium: fails to build with libc++ 3.9
Message-ID:  <bug-214654-28929-4bx9FzzdNO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214654-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214654-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=3D214654

--- Comment #1 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
Adding the following to www/chromium/Makefile.local unbreaks build for 52.*

  BUILD_DEPENDS+=3D       ${LOCALBASE}/include/c++/v1/__config:devel/libc++
  CXXFLAGS+=3D    -nostdinc++ -isystem ${LOCALBASE}/include/c++/v1

but not for 54.* (see review D8517) which no longer respects CXXFLAGS.

--=20
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-214654-28929-4bx9FzzdNO>