media-libs/ftgl: skip unit tests (bug #619390)
authorPavel Kretov <firegurafiku@gmail.com>
Mon, 30 Oct 2017 14:42:07 +0000 (17:42 +0300)
committerJames Le Cuirot <chewi@gentoo.org>
Tue, 31 Oct 2017 22:07:42 +0000 (22:07 +0000)
commitdbdf2d20b6dcdb2bc11d1737bb170ac8674659c2
treed270c30c860cd7e8efefc85806b772141b28b35a
parent2e30c20f28ed66d57cc2af664acd7a0fcc0cc853
media-libs/ftgl: skip unit tests (bug #619390)

The build issue seem to be related to C++11 support in CppUnit and can be
worked around with one of the following approaches:

 - compiling with CXXFLAGS+='-std=c++11',
 - disabling unit tests completely.

In order not to introduce formal CppUnit dependency into the ebuild,
the latter approach is chosen.
Closes: https://github.com/gentoo/gentoo/pull/6087
media-libs/ftgl/files/ftgl-2.1.3_rc5-gentoo.patch