Date: Sun, 02 May 2010 07:30:51 -0500 From: Robert Noland <rnoland@FreeBSD.org> To: Demelier David <demelier.david@gmail.com> Cc: freebsd-ports@freebsd.org Subject: Re: graphics/dri fails to build. Message-ID: <1272803451.2452.17.camel@balrog.2hip.net> In-Reply-To: <20100502092610.GA50721@Abricot.malikania.fr> References: <20100502090442.GA2548@Abricot.malikania.fr> <20100502092610.GA50721@Abricot.malikania.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
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-unsubscribe@freebsd.org" -- Robert Noland <rnoland@FreeBSD.org> FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1272803451.2452.17.camel>