On Sun, 2010-05-02 at 11:26 +0200, Demelier David wrote:
> http://www.freebsd.org/cgi/query-pr.cgi?pr=143723
> 
> It seems adding CFLAGS+=-march-=native solved the problem but I don't want to
> keep this flag everytime in my make.conf
> 
> How this flag could solve the problem ? I can't understand.

This actually stems from libdrm.  Intel requires certain atomics that
are not available on pure i386.  They are present in code built for i486
+.  The default cpu was changed to i486 some time ago.

robert.

> Cheers.
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
-- 
Robert Noland <rnol...@freebsd.org>
FreeBSD

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to