Idea Receiver wrote:
>
> Finally! IT WORKS!
Someone should let the XFree86 team know about this.
> On Sun, 19 Mar 2000, ANAZAWA Akio wrote:
> > bash$ diff -U2 FreeBSD.cf.orig FreeBSD.cf
> > --- FreeBSD.cf.orig Fri Feb 18 02:19:43 2000
> > +++ FreeBSD.cf Sun Mar 19 00:27:11 2000
> > @@ -464,6 +464,7 @@
> > * A hack to work around an optimisation problem with the compiler on
> > * FreeBSD 4.0-current in late 1999/early 2000.
> > + * (and FreeBSD 5.0-current in early 2000)
> > */
> > -#if OSMajorVersion == 4 && OSMinorVersion == 0 && OSTeenyVersion == 0
> > +#if (OSMajorVersion == 4 || OSMajorVersion == 5) && OSMinorVersion == 0 &&
>OSTeenyVersion == 0
> > #define FreeBSDGccOptBug
> > #endif
> >
> >
> > Regards,
> > Akio Anazawa
- Donn
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message