From owner-freebsd-x11@FreeBSD.ORG Thu Feb 24 19:43:52 2011 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BF74106566B; Thu, 24 Feb 2011 19:43:52 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 70E948FC12; Thu, 24 Feb 2011 19:43:51 +0000 (UTC) Received: by bwz12 with SMTP id 12so1595841bwz.13 for ; Thu, 24 Feb 2011 11:43:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=kJEcvHMzRn8uegTMai+4DaaINi89IR6D3hu7oN4sE/o=; b=TmyFWFVYGTRHXBouOH1X3JgXYqcSsJW36HwpGzt0Urj8w7xmfjDSSELeG1fWAP5S95 T8VAc+dn8hdPbh+qcv5sfyh6xL6CZy2K8apE2fVq2lNv290pax3h4CMtisSrskFx9peS fUswNIWh1LVFIjqKXVWCvXU6GGHb2SoO0SyvA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=FcqPeqBy/8HmBSIA67m25tf+qFgxF6VJ/udw201/O/Q4XYbUqY9wLFGU55JVnkLcL4 dGlBEzxiDulE+wb6UEo0UbPFhK8Aoq4VBhRtySyiD/vhEqXNlzVZZ5eEUcImKnhSWZqw 7iLTTBmDQ40Sc6ZQJUB1hPPP7UDvee0ku3ouw= MIME-Version: 1.0 Received: by 10.204.80.161 with SMTP id t33mr1224721bkk.121.1298574949741; Thu, 24 Feb 2011 11:15:49 -0800 (PST) Received: by 10.204.7.15 with HTTP; Thu, 24 Feb 2011 11:15:49 -0800 (PST) In-Reply-To: References: <201102232040.p1NKe62j047190@freefall.freebsd.org> Date: Thu, 24 Feb 2011 13:15:49 -0600 Message-ID: From: Scot Hetzel To: miwi@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-x11@freebsd.org Subject: Re: ports/147646: [PATCH] graphics/libGL: fix linking with newer gcc and binutils X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2011 19:43:52 -0000 On Thu, Feb 24, 2011 at 10:26 AM, Martin Wilke wrote: > We have patch what fix the problem :) > > =A0svn co https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev > Thanks for fixing it, Scot