pkgsrc-Bugs archive

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

Re: pkg/43894: database/db4-4.8.30 does not build on NetBSD/cobalt 5.0.2



The following reply was made to PR pkg/43894; it has been noted by GNATS.

From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/43894: database/db4-4.8.30 does not build on NetBSD/cobalt
 5.0.2
Date: Sun, 26 Sep 2010 09:59:46 +0900

 On Sun, 26 Sep 2010 01:10:07 +0900, R?mi Zara <remi_zara%mac.com@localhost> 
wrote:
 
 >  > -#if (defined(__mips) || defined(__mips__)) && defined(__GNUC__)
 >  > +#if ((defined(__mips) && (__mips > 1)) || defined(__mips__)) && =
 >  defined(__GNUC__)
 >  >          exit(0);
 >  >   #else
 >  >          FAIL TO COMPILE/LINK
 >  >=20
 > Same error....
 
 Ah, then how about following?
 
 -#if (defined(__mips) || defined(__mips__)) && defined(__GNUC__)
 +#if ((defined(__mips) && (__mips > 1)) || (!defined(__mips) && 
defined(__mips__))) && defined(__GNUC__)
 
 -- 
 OBATA Akio / obache%NetBSD.org@localhost
 


Home | Main Index | Thread Index | Old Index