Bug 239322

Summary: audio/mixxx21: fix build on non-x86
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me CC: acm
Priority: --- Flags: bugzilla: maintainer-feedback? (acm)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (acm)

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-07-19 23:07:39 UTC
Created attachment 205910 [details]
patch

Ports shouldn't optimize for the builder's CPU. It also breaks build on non-x86.

Also include sys/types.h in plugins/soundsourcem4a/soundsourcem4a.h. GCC needs it.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2019-08-02 14:23:10 UTC
This builds for me on both amd64 and powerpc64.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-08-05 14:00:05 UTC
A commit references this bug:

Author: pkubaj
Date: Mon Aug  5 13:59:26 UTC 2019
New revision: 508171
URL: https://svnweb.freebsd.org/changeset/ports/508171

Log:
  audio/mixxx21: fix build on non-x86

  Ports shouldn't optimize for the builder's CPU. It also breaks build on non-x86.

  Also include sys/types.h in plugins/soundsourcem4a/soundsourcem4a.h. GCC needs it.

  PR:		239322
  Approved by:	acm (maintainer timeout), tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D21146

Changes:
  head/audio/mixxx21/Makefile
  head/audio/mixxx21/files/patch-plugins_soundsourcem4a_soundsourcem4a.h