[MacPorts] #29736: bitcoin allegedly won't work on ppc, ppc64 or i386
#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
#29736: bitcoin allegedly won't work on ppc, ppc64 or i386 --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: singingwolfboy@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: bitcoin | --------------------------------------+------------------------------------- Changes (by singingwolfboy@…): * status: new => closed * resolution: => fixed Comment: Thanks for the catch! Fixed in r79262. -- Ticket URL: <https://trac.macports.org/ticket/29736#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts