#29736: bitcoin allegedly won't work on ppc, ppc64 or i386 -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: singingwolfboy@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: bitcoin -------------------------------------+-------------------------------------- bitcoin's makefile has a comment that says "ppc doesn't work because we don't support big-endian" and it hardcodes "-arch i386 -arch x86_64". The portfile has a comment that says "Building with i386 support seems to make everything explode, so we'll remove it" and has a reinplace that removes "-arch i386". That leaves only x86_64. So the portfile should add the lines {{{ supported_archs x86_64 universal_variant no }}} -- Ticket URL: <https://trac.macports.org/ticket/29736> MacPorts <http://www.macports.org/> Ports system for Mac OS