Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jun 2015 14:37:55 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Emanuel Haupt <ehaupt@FreeBSD.org>
Cc:        multimedia@FreeBSD.org
Subject:   Re: svn commit: r388286 - head/multimedia/mkvtoolnix
Message-ID:  <20150609143755.5c28b65c@kalimero.tijl.coosemans.org>
In-Reply-To: <20150609105915.e4934eb607558a3986d0a6db@FreeBSD.org>
References:  <201506012054.t51Ks5lx014800@svn.freebsd.org> <20150604092627.5434ac23@kalimero.tijl.coosemans.org> <20150609105915.e4934eb607558a3986d0a6db@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 9 Jun 2015 10:59:15 +0200 Emanuel Haupt <ehaupt@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150609143755.5c28b65c>