pkgsrc-Bugs archive

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

Re: pkg/39359



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

From: Kernigh <xkernigh%netscape.net@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/39359
Date: Sun, 23 Nov 2008 01:59:06 +0000

 I wish to append to
 http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=39359
 
 I upgraded to NetBSD 4.0.1 and pkgsrc 2008Q3. I noticed that this
 bug is almost fixed in 2008Q3. The sis driver will build but the
 mach64 driver still does not build, so I did
 
  $ sudo mv mach64 mach64-off
 
 I thought that the error was missing "byteswap.h" like before,
 but when I looked at the patched version of mach64_context.h
 today, I notice that the bug was almost fixed! (though only for
 the NetBSD platform.)
 
 /* XXX mesa should handle many more platforms here [properly] */
 #if defined(__NetBSD__)
 #include <sys/types.h>
 #include <machine/byteswap.h>
 #define bswap_32 bswap32
 #else
 #include <byteswap.h>
 #endif
 
 But NetBSD 4.0.1 does not have a <machine/byteswap.h> file.
 The file is <machine/bswap.h>. I make typing mistakes, too.
 


Home | Main Index | Thread Index | Old Index