Bug 239470

Summary: audio/string-machine-lv2: fix build on non-x86
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon
Priority: --- Flags: bugzilla: maintainer-feedback? (yuri)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-07-26 22:38:09 UTC
Created attachment 206093 [details]
patch

As with other lv2 ports, C++11 compiler needs to be used and -mtune=generic -msse -msse2 need to be removed.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-07-27 06:02:01 UTC
A commit references this bug:

Author: yuri
Date: Sat Jul 27 06:01:45 UTC 2019
New revision: 507381
URL: https://svnweb.freebsd.org/changeset/ports/507381

Log:
  audio/string-machine-lv2: Fix build on non-x86

  PR:		239470
  Reported by:	pkubaj

Changes:
  head/audio/string-machine-lv2/Makefile
  head/audio/string-machine-lv2/files/patch-dpf_Makefile.base.mk
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2019-07-27 06:02:14 UTC
Committed the patch that solves the same problem in a different way.

Thank you for your report!

Yuri