Bug 234368

Summary: audio/fluidplug-lv2: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: yuri: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-12-24 20:08:42 UTC
Created attachment 200463 [details]
patch

GCC doesn't support -mtune=generic (at least not on powerpc64). Move -mtune=generic to PORT_SIMD_FLAGS.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-12 23:35:24 UTC
A commit references this bug:

Author: linimon
Date: Sat Jan 12 23:34:28 UTC 2019
New revision: 490093
URL: https://svnweb.freebsd.org/changeset/ports/490093

Log:
  GCC doesn't support -mtune=generic (at least not on powerpc64). Move
  -mtune=generic to PORT_SIMD_FLAGS.

  PR:		234368
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Changes:
  head/audio/fluidplug-lv2/Makefile
  head/audio/fluidplug-lv2/files/patch-Makefile.mk