Bug 232711 - audio/zam-plugins-lv2: fix build with GCC-based architectures
Summary: audio/zam-plugins-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-10-26 12:44 UTC by Piotr Kubaj
Modified: 2018-10-28 05:58 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
patch (1.59 KB, patch)
2018-10-26 12:44 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-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!