From owner-freebsd-x11@FreeBSD.ORG Thu Nov 18 23:40:12 2010 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 375AF1065673 for ; Thu, 18 Nov 2010 23:40:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 27E468FC1B for ; Thu, 18 Nov 2010 23:40:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oAINeC3v064906 for ; Thu, 18 Nov 2010 23:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAINeCwb064905; Thu, 18 Nov 2010 23:40:12 GMT (envelope-from gnats) Date: Thu, 18 Nov 2010 23:40:12 GMT Message-Id: <201011182340.oAINeCwb064905@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Dimitry Andric Cc: 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 Reply-To: Dimitry Andric List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 23:40:12 -0000 The following reply was made to PR ports/147646; it has been noted by GNATS. From: Dimitry Andric To: bug-followup@FreeBSD.org, avg@icyb.net.ua Cc: Subject: Re: ports/147646: [PATCH] graphics/libGL: fix linking with newer gcc and binutils Date: Fri, 19 Nov 2010 00:39:56 +0100 This is probably a better fix, since adding -Bsymbolic to *all* linker invocations is, ahem, just a little bit overkill: http://cgit.freedesktop.org/mesa/mesa/patch/?id=cb09d1ef60dae3b3c44f1370fd2f726c7044bc17 They're simply using the incorrect relocation type in their hand-written assembly stubs... But how to get this patch into all ports that use the Mesa tarball? Some hack in graphics/libGL/bsd.mesalib.mk perhaps?