Bug 232711

Summary: audio/zam-plugins-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: bugzilla: maintainer-feedback? (yuri)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-26 12:44:06 UTC
Created attachment 198657 [details]
patch

x86-only SSE directives need to be removed on non-x86 architectures.

While here, add USES=gl.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-28 05:57:09 UTC
A commit references this bug:

Author: yuri
Date: Sun Oct 28 05:56:46 UTC 2018
New revision: 483227
URL: https://svnweb.freebsd.org/changeset/ports/483227

Log:
  audio/zam-plugins-lv2: fix build with GCC-based architectures

  PR:		232711
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/audio/zam-plugins-lv2/Makefile
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2018-10-28 05:58:44 UTC
Committed, thanks!