diff options
-rw-r--r-- | app-text/podofo/podofo-0.9.3.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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" \ |