Opened 13 years ago
Closed 13 years ago
#29736 closed defect (fixed)
bitcoin allegedly won't work on ppc, ppc64 or i386
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | singingwolfboy@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | bitcoin |
Description
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
Change History (1)
comment:1 Changed 13 years ago by singingwolfboy@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Thanks for the catch! Fixed in r79262.