From 632b0b8bf01175d3bb5a4e674958740a25d816f0 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 24 May 2020 22:58:59 +1000 Subject: [PATCH] podofo: bump for rebuild --- app-text/podofo/podofo-0.9.6.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/podofo/podofo-0.9.6.recipe b/app-text/podofo/podofo-0.9.6.recipe index b194e0874..50c7adae6 100644 --- a/app-text/podofo/podofo-0.9.6.recipe +++ b/app-text/podofo/podofo-0.9.6.recipe @@ -7,7 +7,7 @@ COPYRIGHT="2005-2014 Dominik Seichter 2008 Craig Ringer" LICENSE="GNU GPL v2 GNU LGPL v2.1" -REVISION="3" +REVISION="4" SOURCE_URI="https://sourceforge.net/projects/podofo/files/podofo/$portVersion/podofo-$portVersion.tar.gz" CHECKSUM_SHA256="e9163650955ab8e4b9532e7aa43b841bac45701f7b0f9b793a98c8ca3ef14072" PATCHES="podofo-$portVersion.patchset" @@ -104,6 +104,7 @@ PATCH() # - Actual : 0 sed -e 's:CPPUNIT_TEST( testDifferencesEncoding ://\0:' \ -i test/unit/EncodingTest.h + sed -e '/TokenizerTest/ s/^#*/#/' -i test/CMakeLists.txt } BUILD()