K 10 svn:author V 4 kris K 8 svn:date V 27 2002-10-06T01:12:32.000000Z K 7 svn:log V 350 Have another crack at fixing this port. gcc 3.2 deprecated the -malign-* options (which now generate a noisy warning), but gcc 2.95 didn't yet have support for the replacement options (-falign=*). As a result we have to use a conditional patch based on OSVERSION to get the desired behaviour in both cases. Switch to REINPLACE_CMD while I'm here. END