Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2014 20:30:51 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342605 - head/www/webkit-qt4
Message-ID:  <201402042030.s14KUpMj043762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Tue Feb  4 20:30:50 2014
New Revision: 342605
URL: http://svnweb.freebsd.org/changeset/ports/342605
QAT: https://qat.redports.org/buildarchive/r342605/

Log:
  Allow webkit-qt4 to build on powerpc64, like was done for webkit-gtk[23].
  
  Submitted by:	Nathan Whitehorn
  Approved by:	kde (rakuco)

Modified:
  head/www/webkit-qt4/Makefile

Modified: head/www/webkit-qt4/Makefile
==============================================================================
--- head/www/webkit-qt4/Makefile	Tue Feb  4 20:25:36 2014	(r342604)
+++ head/www/webkit-qt4/Makefile	Tue Feb  4 20:30:50 2014	(r342605)
@@ -52,6 +52,10 @@ GSTREAMER_USE=	GSTREAMER=yes
 BUILD_DEPENDS+= ${LOCALBASE}/bin/ld:${PORTSDIR}/devel/binutils
 .endif
 
+.if ${ARCH} == powerpc64
+CFLAGS+=	-mminimal-toc
+.endif
+
 # Quick hack to avoid messing up qt_webkit_version.pri installation
 # directory. bsd.port.pre.mk is required to add the setting at the end.
 CONFIGURE_ENV+=	QMAKEPATH=""



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