[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Conditionally applying an architecture-dependent patch



On Mon, Nov 27, 2006 at 04:04:41PM -0800, Steve Langasek wrote:
> No, it's a broken package.  He's referring to swt-gtk, whose source includes
> assumptions that will necessarily break on either 32-bit or 64-bit
> architectures unless a fix-up is applied.

#if __BITS_PER_LONG == 64?

or #if defined(__alpha__) || defined(...) and so on...

/* Steinar */
-- 
Homepage: http://www.sesse.net/



Reply to: