#54575 closed defect (fixed)
gptfdisk @1.0.1: fails to build because it tries to build universal
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | nano103 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | gptfdisk |
Description
gptfdisk tries to build itself universal even when the universal variant was not requested. This will fail if the user had not already installed the dependencies universal.
See https://build.macports.org/builders/ports-10.12_x86_64-builder/builds/36129
In fact the port has no universal variant. This should be corrected, along with making the port use the right (single) arch when not building universal.
Change History (4)
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 7 years ago by Andrey <andrey@…>
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)
Note: See
TracTickets for help on using
tickets.
This project's Makefile uses the
FATBINFLAGS
variable to control the-arch
flags, so that's probably what you want to set to[get_canonical_archflags]
in the Portfile'sbuild.args
.