From owner-freebsd-ports@FreeBSD.ORG Sun May 2 09:25:30 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7FE60106564A for ; Sun, 2 May 2010 09:25:30 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 117158FC14 for ; Sun, 2 May 2010 09:25:29 +0000 (UTC) Received: by wwb13 with SMTP id 13so1260949wwb.13 for ; Sun, 02 May 2010 02:25:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=eY/aMjkA7+Cfc5vJaW+Lnyrs5B5qbXT/mk/gCX7VBxY=; b=w3vIVT0uNTJEIaLSsHTE4qwrgLFnqUJyLapso9JldwSB2CsgTP38iC35WhL1G3ZE/i fNC/dPu5WRnliOPVp9554jkzWbHBRW4f+8xd+/L/OKyzwzl1tOAKXVzdKkZ+zlHF4N6P 5Fwb8zk2wV4nWueN3AaMf9kIhSYZc798G6GnM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=Ml6Z/zwGt63IiAB2h913d9A/OzxlSd48Ta8m60HfR2fiYNuwEALC26vor98lbR8wko MREx2sAAdSWYKZJLJhDgEhkdAraMcsPGx09sl+G0qOHgAxC42hrNASEixet1RaHGdoWS NDXpDlVIlq2XtLgrfyN+FpnK+wDM6wKkJrpjY= Received: by 10.216.182.78 with SMTP id n56mr1403936wem.148.1272792322588; Sun, 02 May 2010 02:25:22 -0700 (PDT) Received: from Abricot.malikania.fr (121.21.102-84.rev.gaoland.net [84.102.21.121]) by mx.google.com with ESMTPS id b2sm24865172wbb.8.2010.05.02.02.25.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 May 2010 02:25:22 -0700 (PDT) Date: Sun, 2 May 2010 11:26:10 +0200 From: Demelier David To: freebsd-ports@freebsd.org Message-ID: <20100502092610.GA50721@Abricot.malikania.fr> References: <20100502090442.GA2548@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100502090442.GA2548@Abricot.malikania.fr> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: graphics/dri fails to build. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2010 09:25:30 -0000 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. Cheers.