#43484: clang-3.4 @3.4 fails building on 10.5.8 PPC -------------------------+------------------------ Reporter: braumann@… | Owner: jeremyhu@… Type: defect | Status: reopened Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: leopard Port: clang-3.4 | -------------------------+------------------------ Comment (by jeremyhu@…): Can you give this a try? {{{ Index: Portfile =================================================================== --- Portfile (revision 119368) +++ Portfile (working copy) @@ -183,11 +183,14 @@ } } - if {${os.major} < 9} { + if {${os.major} < 11} { # Tiger's DevTools make has issues with the nested ifs in compiler-rt + # Leopard and SL also have issues (#43484) depends_run-append port:gmake build.cmd ${prefix}/bin/gmake + } + if {${os.major} < 9} { post-configure { reinplace "/^RPATH/s/=.*/=/" ${worksrcpath}/Makefile.config } }}} -- Ticket URL: <https://trac.macports.org/ticket/43484#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X