#18801 closed defect (fixed)
BUG: tiff builds incorrectly with 32/64-bit universal
Reported by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | 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 (2)
Change History (5)
Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Attachment: | Portfile.diff added |
---|
Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Attachment: | patch-configure.diff added |
---|
comment:1 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
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.
Fixed in r48175 (maintainer timeout).