Bug 232257 - www/qt5-webkit: fix build with powerpc64
Summary: www/qt5-webkit: fix build with powerpc64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-14 21:33 UTC by Piotr Kubaj
Modified: 2018-10-27 18:15 UTC (History)
3 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments
patch (2.85 KB, patch)
2018-10-14 21:33 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-14 21:33:15 UTC
Created attachment 198149 [details]
patch

As usual, USES=compiler:c++11-lang is necessary.

There are also other patches needed to build this with powerpc64 (other architectures probably need more fixes):
- on Linux POWER architecture is named ppc64, FreeBSD uses powerpc64 name,
- assembler, JIT and Sampling Profiler are not supported on POWER.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-27 18:15:06 UTC
A commit references this bug:

Author: tcberner
Date: Sat Oct 27 18:14:45 UTC 2018
New revision: 483164
URL: https://svnweb.freebsd.org/changeset/ports/483164

Log:
  www/qt5-webkit: fix build with powerpc64

  PR:		232257
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/www/qt5-webkit/Makefile
  head/www/qt5-webkit/files/patch-CMakeLists.txt
  head/www/qt5-webkit/files/patch-Source_WTF_wtf_Platform.h
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2018-10-27 18:15:25 UTC
Committed. Thanks.