File pose-gcc412.patch of Package pose
--- SrcShared/Miscellaneous.cpp.orig 2002-03-30 01:11:15.000000000 +1200 +++ SrcShared/Miscellaneous.cpp 2007-10-25 02:41:24.000000000 +1300 @@ -1370,7 +1370,7 @@ char buffer[ sizeof (DlpReqHeaderType) + sizeof (DlpTinyArgWrapperType) + sizeof (DlpWriteUserInfoReqHdrType) + - dlpMaxUserNameSize]; + dlpMaxUserNameSize] __attribute__((__aligned__(2))); // Get handy pointers to all of the above. DlpReqHeaderType* reqHdr = (DlpReqHeaderType*) buffer;