Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jun 2004 19:41:09 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/lcms/files patch-src::cmscgats.c patch-src::cmsio1.c
Message-ID:  <200406261941.i5QJf95R073681@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406261941.i5QJf95R073681>