Bug 235707

Summary: devel/qt5-core: fix build with some 64-bit architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (kde)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-02-13 07:46:26 UTC
Created attachment 201977 [details]
patch

On powerpc64 (and possibly other 64-bit architectures) build fails:
https://talos.anongoth.pl/data/powerpc64-default/2019-02-12_21h37m42s/logs/errors/qt5-core-5.12.1.log

The reason is a change in configure tests for 64 bit atomics. For more info, look at upstream PR at https://github.com/qt/qtbase/pull/24.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2019-03-05 08:42:12 UTC
Close with a better explanation.