Ticket #18801 (closed defect: fixed)
BUG: tiff builds incorrectly with 32/64-bit universal
| Reported by: | mcalhoun@… | Owned by: | waqar@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.0 |
| Keywords: | universal | Cc: | |
| Port: | tiff |
Description
In tiffconf.h, SIZEOF_LONG should be different for 32 and 64 bit builds.
Attached is a proposed fix.
The patch should also fix #18076.
Although off topic, -dylib_file is no longer needed with recent XCode releases.
Attachments
Change History
comment:1 Changed 4 years ago by mcalhoun@…
- Status changed from new to closed
- Resolution set to fixed
Fixed in r48175 (maintainer timeout).
comment:2 in reply to: ↑ description Changed 4 years ago by ryandesign@…
Replying to mcalhoun@…:
Although off topic, -dylib_file is no longer needed with recent XCode releases.
mcalhoun removed the -dylib_file workaround in r48176, and I added a check for Xcode >= 3.1 in r48210.
Note: See
TracTickets for help on using
tickets.

