summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print/podofo/distinfo4
-rw-r--r--print/podofo/patches/patch-src_base_PdfLocale.h13
-rw-r--r--print/podofo/patches/patch-test_CMakeLists.txt11
3 files changed, 27 insertions, 1 deletions
diff --git a/print/podofo/distinfo b/print/podofo/distinfo
index f39aef44d08..d0c2507618d 100644
--- a/print/podofo/distinfo
+++ b/print/podofo/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2011/10/27 17:00:28 drochner Exp $
+$NetBSD: distinfo,v 1.5 2013/05/04 12:51:31 joerg Exp $
SHA1 (podofo-0.9.1.tar.gz) = d04c26b93dcf5f82a8dd90e02df6de95fb98ef47
RMD160 (podofo-0.9.1.tar.gz) = 4d65f78cf4929eda44b5f27d518d104380e58160
@@ -6,3 +6,5 @@ Size (podofo-0.9.1.tar.gz) = 1080079 bytes
SHA1 (patch-aa) = 7d3bb709d86ad13b21120d41223a4d84c5d9215d
SHA1 (patch-ab) = 86ef3d5f6fced669cbeeae95890c046489467e69
SHA1 (patch-ac) = b184fa648407141a373451334790aada66cc2ae2
+SHA1 (patch-src_base_PdfLocale.h) = ba209173509f1109d305765ae7dd56d8266a97d8
+SHA1 (patch-test_CMakeLists.txt) = 846871dac995ff80544ad9096574eddd776e324f
diff --git a/print/podofo/patches/patch-src_base_PdfLocale.h b/print/podofo/patches/patch-src_base_PdfLocale.h
new file mode 100644
index 00000000000..d9ab4007c9b
--- /dev/null
+++ b/print/podofo/patches/patch-src_base_PdfLocale.h
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_base_PdfLocale.h,v 1.1 2013/05/04 12:51:31 joerg Exp $
+
+--- src/base/PdfLocale.h.orig 2013-05-04 02:06:09.000000000 +0000
++++ src/base/PdfLocale.h
+@@ -1,7 +1,7 @@
+ #ifndef PODOFO_PDFLOCALE_H
+ #define PODOFO_PDFLOCALE_H
+
+-namespace std { class ios_base; };
++#include <ios>
+
+ namespace PoDoFo {
+
diff --git a/print/podofo/patches/patch-test_CMakeLists.txt b/print/podofo/patches/patch-test_CMakeLists.txt
new file mode 100644
index 00000000000..9137d9d4fc5
--- /dev/null
+++ b/print/podofo/patches/patch-test_CMakeLists.txt
@@ -0,0 +1,11 @@
+$NetBSD: patch-test_CMakeLists.txt,v 1.1 2013/05/04 12:51:31 joerg Exp $
+
+--- test/CMakeLists.txt.orig 2013-05-04 02:09:14.000000000 +0000
++++ test/CMakeLists.txt
+@@ -11,6 +11,5 @@ SUBDIRS(
+ TokenizerTest
+ VariantTest
+ WatermarkTest
+- unit
+ )
+