From 24598d33ad2f2c5f9c2077ad850fb7516f782bdd Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 10 Jun 2017 12:21:59 -0700 Subject: app-text/podofo: bug 620934: disable cppunit when possible Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- app-text/podofo/podofo-0.9.6_pre20170508-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app-text/podofo') diff --git a/app-text/podofo/podofo-0.9.6_pre20170508-r1.ebuild b/app-text/podofo/podofo-0.9.6_pre20170508-r1.ebuild index 9ac790385034..5c1264949294 100644 --- a/app-text/podofo/podofo-0.9.6_pre20170508-r1.ebuild +++ b/app-text/podofo/podofo-0.9.6_pre20170508-r1.ebuild @@ -38,6 +38,10 @@ src_prepare() { # equal to ${PV}. sed -e 's|${PODOFO_VERSION_PATCH}|\0_'${PV##*_}'|' -i CMakeLists.txt || die + # bug 620934 - Disable linking with cppunit when possible, since it + # triggers errors with some older compilers. + use test || sed -e 's:^FIND_PACKAGE(CppUnit):#\0:' -i CMakeLists.txt || die + # bug 556962 sed -i -e 's|Decrypt( pEncryptedBuffer, nOutputLen, pDecryptedBuffer, m_lLen );|Decrypt( pEncryptedBuffer, (pdf_long)nOutputLen, pDecryptedBuffer, (pdf_long\&)m_lLen );|' \ test/unit/EncryptTest.cpp || die -- cgit v1.2.3-65-gdbad