Opened 14 years ago
Closed 5 years ago
#26307 closed defect (fixed)
libident: universal variant isn't universal
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | tobypeterson |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.1 |
Keywords: | Cc: | ||
Port: | libident |
Description
libident's universal variant doesn't produce fully universal software:
$ port installed libident The following ports are currently installed: libident @0.32_0+universal (active) $ lipo -info /opt/local/lib/libident.{a,dylib} Architectures in the fat file: /opt/local/lib/libident.a are: x86_64 i386 Non-fat file: /opt/local/lib/libident.dylib is architecture: x86_64
The attached patch seems to fix this.
$ port installed libident The following ports are currently installed: libident @0.32_0+universal libident @0.32_1+universal (active) $ lipo -info /opt/local/lib/libident.{a,dylib} Architectures in the fat file: /opt/local/lib/libident.a are: x86_64 i386 Architectures in the fat file: /opt/local/lib/libident.dylib are: x86_64 i386
Attachments (1)
Change History (2)
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | libident-universal.diff added |
---|
comment:1 Changed 5 years ago by tobypeterson
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
proposed patch