From: Zac Medico Date: Sun, 13 Sep 2015 22:29:32 +0000 (-0700) Subject: app-text/podofo: fix 0.9.3 tests for bug 556962 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9cc46cc38b8b31bbf05e3517602292b2592cabf3;p=gentoo.git app-text/podofo: fix 0.9.3 tests for bug 556962 Package-Manager: portage-2.2.20.1 --- diff --git a/app-text/podofo/podofo-0.9.3.ebuild b/app-text/podofo/podofo-0.9.3.ebuild index 767b20921ca6..8d0b76fe4496 100644 --- a/app-text/podofo/podofo-0.9.3.ebuild +++ b/app-text/podofo/podofo-0.9.3.ebuild @@ -33,6 +33,10 @@ DOCS="AUTHORS ChangeLog TODO" src_prepare() { local x sed_args + # 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 + sed -i \ -e "s:LIBDIRNAME \"lib\":LIBDIRNAME \"$(get_libdir)\":" \ -e "s:LIBIDN_FOUND:HAVE_LIBIDN:g" \