Bug 234368 - audio/fluidplug-lv2: fix build with GCC-based architectures
Summary: audio/fluidplug-lv2: 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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-24 20:08 UTC by Piotr Kubaj
Modified: 2019-01-12 23:35 UTC (History)
2 users (show)

See Also:
yuri: maintainer-feedback+


Attachments
patch (990 bytes, patch)
2018-12-24 20:08 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-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