pkgsrc-Users archive

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

Re: www/firefox on NetBSD sparc



On Mon, May 05, 2008 at 12:53:39PM +0100, raymond.meyer%rambler.ru@localhost 
wrote:

Check if it uses

> #if PR_BYTES_PER_LONG == 8

> #define LL_MAXUINT  18446744073709551615UL

this definition (which would be wrong for 32bit targets) or

> #define LL_MAXUINT  18446744073709551615ULL

this one (which should be fine). One way to test is to add #error in both
places and see which fails.

Martin


Home | Main Index | Thread Index | Old Index