Bug 239470 - audio/string-machine-lv2: fix build on non-x86
Summary: audio/string-machine-lv2: fix build on non-x86
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: 2019-07-26 22:38 UTC by Piotr Kubaj
Modified: 2019-07-27 06:02 UTC (History)
1 user (show)

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


Attachments
patch (1.07 KB, patch)
2019-07-26 22:38 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 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