svn commit: r388286 - head/multimedia/mkvtoolnix

Tijl Coosemans tijl at FreeBSD.org
Tue Jun 9 12:39:09 UTC 2015


On Tue, 9 Jun 2015 10:59:15 +0200 Emanuel Haupt <ehaupt at FreeBSD.org> wrote:
> I have just marked the port broken on < 10.x along with some patches to
> mitigate the header issue.
> 
> I've also filed a bug report and I'm further trying to fix it. Thought
> it would be good to mark it broken thus far.
> 
> OpenBSD related:
> https://github.com/mbunkus/mkvtoolnix/issues/1215
> 
> My bug report:
> https://github.com/mbunkus/mkvtoolnix/issues/1243

For std::llround you need #include <cmath>, but it's possible that gcc
cmath doesn't make it visible because _GLIBCXX_USE_C99_MATH_TR1 might
not be defined on FreeBSD 8/9.  If that's the case I think you can
replace std::llround with llround using REINPLACE_CMD.


More information about the freebsd-multimedia mailing list