Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 2010 08:18:20 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/webkit-gtk2 Makefile
Message-ID:  <201006140818.o5E8IKLV070602@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006140818.o5E8IKLV070602>