Opened 16 years ago
Closed 14 years ago
#18951 closed defect (fixed)
botan: invalid platform selectors
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | ||
Port: | botan |
Description
botan has platform selectors for ppc, ppc64, i386 and x86_64:
platform ppc { configure.args-append --cpu=ppc } platform ppc64 { configure.args-append --cpu=ppc64 } platform i386 { configure.args-append --cpu=ia32 } platform x86_64 { configure.args-append --cpu=amd64 }
The only one of those that actually exists is i386. The other available platform selector is powerpc. There are no selectors for 32-bit vs. 64-bit processors, nor will MacPorts attempt build your port 64-bit unless the universal variant is being used and the user has asked for 64-bit architectures by modifying their macports.conf.
Change History (2)
comment:1 Changed 16 years ago by (none)
Milestone: | Port Bugs |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed by r57579.
Note: See
TracTickets for help on using
tickets.
Milestone Port Bugs deleted