cvs commit: ports/graphics/lcms/files patch-src::cmscgats.c
patch-src::cmsio1.c
Marcel Moolenaar
marcel at FreeBSD.org
Sat Jun 26 12:41:59 PDT 2004
marcel 2004-06-26 19:41:09 UTC
FreeBSD ports repository
Added files:
graphics/lcms/files patch-src::cmscgats.c patch-src::cmsio1.c
Log:
Fix 64-bit platforms: the ALIGNLONG macro aligned on an 32-bit word
boundary, which on 64-bit platforms is not the proper alignment for
longs. The patch replaces the hardcoding of 3 with sizeof(long)-1.
Tested on: ia64
Revision Changes Path
1.1 +11 -0 ports/graphics/lcms/files/patch-src::cmscgats.c (new)
1.1 +11 -0 ports/graphics/lcms/files/patch-src::cmsio1.c (new)
More information about the cvs-all
mailing list