CVSROOT: /cvs Module name: ports Changes by: [email protected] 2010/07/29 07:41:45
Added files:
x11/qt3/patches: patch-src_tools_qlocale_cpp
Log message:
An char array is not necessarily 8-byte aligned, to casting it to (double *)
and dereferencing it leads to unaligned access on strict alignment
architectures. Unbreaks build on hppa.
ok espie@
