- Mark ONLY_FOR_ARCHS=i386 amd64, as it uses x86 assembly. There's only single function (lrint), and it is possible that libc lrint(3) may be used instead, thus removing this limitation. Would be nice for maintainer to check that possibility. - Simplify build: instead of copying, then patching, then patching again with REINPLACE_CMD the Makefile, just run one-line build command used in it directly
Created attachment 157818 [details] Patch
A commit references this bug: Author: amdmi3 Date: Wed Jul 1 17:23:53 UTC 2015 New revision: 391081 URL: https://svnweb.freebsd.org/changeset/ports/391081 Log: - Mark ONLY_FOR_ARCHS, uses x86 assembly - Simplify Makefile PR: 200924 Submitted by: amdmi3 Approved by: maintainer timeout (darcsis@gmail.com, 2 weeks) Changes: head/audio/wavegain/Makefile head/audio/wavegain/files/patch-Makefile.linux