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: Sat, 25 Sep 2010 21:47:35 +0900
Could you patch followings to dist/configure additionally and try to
configure& build?
@@ -19576,7 +19576,7 @@ int
main ()
{
-#if (defined(__mips) || defined(__mips__)) && defined(__GNUC__)
+#if ((defined(__mips) && (__mips > 1)) || defined(__mips__)) &&
defined(__GNUC__)
exit(0);
#else
FAIL TO COMPILE/LINK
Home |
Main Index |
Thread Index |
Old Index