svn commit: r342605 - head/www/webkit-qt4

Koop Mast kwm at FreeBSD.org
Tue Feb 4 20:30:51 UTC 2014


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=""


More information about the svn-ports-head mailing list