Bug 237311 - games/filters: fix build with GCC-based architectures
Summary: games/filters: fix build with GCC-based architectures
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: Piotr Kubaj
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-16 11:24 UTC by Piotr Kubaj
Modified: 2019-04-17 20:40 UTC (History)
0 users

See Also:
ehaupt: maintainer-feedback+


Attachments
patch (321 bytes, patch)
2019-04-16 11:24 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 2019-04-16 11:24:12 UTC
Created attachment 203715 [details]
patch

Building on powerpc64 doesn't seem to work with threads. Set MAKE_JOBS_UNSAFE to fix build.
Comment 1 Emanuel Haupt freebsd_committer freebsd_triage 2019-04-16 16:38:05 UTC
Looks good to me, please commit :-)
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-04-17 20:39:10 UTC
A commit references this bug:

Author: pkubaj
Date: Wed Apr 17 20:38:22 UTC 2019
New revision: 499208
URL: https://svnweb.freebsd.org/changeset/ports/499208

Log:
  games/filter: add MAKE_JOBS_UNSAFE=yes to fix race condition on threaded build.

  PR:		237311
  Reviewed by:	tcberner (mentor)
  Approved by:	ehaupt (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D19943

Changes:
  head/games/filters/Makefile
Comment 3 Piotr Kubaj freebsd_committer freebsd_triage 2019-04-17 20:40:09 UTC
Committed, thanks!