From owner-freebsd-gnome@FreeBSD.ORG Mon Jun 14 08:20:07 2010 Return-Path: Delivered-To: gnome@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E716106568B for ; Mon, 14 Jun 2010 08:20:07 +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 4E1C58FC22 for ; Mon, 14 Jun 2010 08:20:07 +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 o5E8K7tA028441 for ; Mon, 14 Jun 2010 08:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o5E8K7hg028437; Mon, 14 Jun 2010 08:20:07 GMT (envelope-from gnats) Date: Mon, 14 Jun 2010 08:20:07 GMT Message-Id: <201006140820.o5E8K7hg028437@freefall.freebsd.org> To: gnome@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/147725: commit references a PR X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2010 08:20:07 -0000 The following reply was made to PR ports/147725; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/147725: commit references a PR Date: Mon, 14 Jun 2010 08:18:33 +0000 (UTC) kwm 2010-06-14 08:18:20 UTC FreeBSD ports repository Modified files: www/webkit-gtk2 Makefile Log: Fix build on powerpc64. The powerpc64 ABI uses a table of contents structure holding a maximum of 65,000 elements per library, which GTK2-webkit overflows by default. Binutils 2.15 is incapable of rectifying this with several default optimizations turned on, resulting in webkit failing to link on this platform. Reduce the size of the TOC to fit within its bounds by adding -mminimal-toc to cflags on powerpc64. PR: ports/147725 Submitted by: nwhitehorn@ Revision Changes Path 1.27 +4 -0 ports/www/webkit-gtk2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"