mkvtoolnix: Blacklist, fails to build with gcc-5

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2015-10-01 17:17:20 +02:00
parent 90c2be6ea1
commit ec85b9b73a

View File

@ -39,3 +39,9 @@ do_compile() {
do_install() {
${S}/drake install DESTDIR=${D}
}
# | In file included from src/common/utf8_codecvt_facet.cpp:22:0:
# | src/common/../../lib/boost/utf8_codecvt_facet/utf8_codecvt_facet.cpp:174:5: error: 'int mtx::utf8_codecvt_facet::do_length' is not a static data member of 'struct mtx::utf8_codecvt_facet'
# | BOOST_CODECVT_DO_LENGTH_CONST std::mbstate_t &,
# | ^
PNBLACKLIST[mkvtoolnix] ?= "BROKEN: Failx to build with gcc-5"