1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Allow webkit-qt4 to build on powerpc64, like was done for webkit-gtk[23].

Submitted by:	Nathan Whitehorn
Approved by:	kde (rakuco)
This commit is contained in:
Koop Mast 2014-02-04 20:30:50 +00:00
parent a35728b0e3
commit ae17b5ce99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342605

View File

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