#40515: codeblocks: fails to compile with libc++ -------------------------+--------------------- Reporter: mojca@… | Owner: mojca@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: codeblocks | -------------------------+--------------------- Comment (by jeremyhu@…): That is likely part of the fix, yes. You'll also need to cleanup the namespacing. See this article for a bit more reference: http://bit.ly/18P27wr Depending on how much of tr1 is used, you can probably just get away with something like: {{{ reinplace "s:tr1/::" ${file} reinplace "s/tr1:://" ${file} }}} -- Ticket URL: <https://trac.macports.org/ticket/40515#comment:7> MacPorts <http://www.macports.org/> Ports system for OS X