#31505: canna @3.7p3_3: fails to build due to broken darwin.cf (xorg-cf-files) ------------------------------------+--------------------------------------- Reporter: takanori@… | Owner: mcalhoun@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: fixed | Keywords: Port: xorg-cf-files | ------------------------------------+--------------------------------------- Comment(by takanori@…): Well, as far as I've tested, declaring clang's configure.cpp as 'llvm- cpp-4.2' in base could fix this problem. {{{ --- portconfigure.tcl.orig 2011-10-07 15:24:19.000000000 +0900 +++ portconfigure.tcl 2011-10-07 15:32:31.000000000 +0900 @@ -431,6 +431,7 @@ set ret ${developer_dir}/usr/bin/llvm-g++-4.2 } } + cpp { set ret ${developer_dir}/usr/bin/llvm-cpp-4.2 } } } apple-gcc-3.3 { }}} Though this might be not so elegant solution.. FYI. ;-) -- Ticket URL: <https://trac.macports.org/ticket/31505#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS