aboutsummaryrefslogtreecommitdiff
path: root/graphics/podofo
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2013-09-11 21:55:49 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2013-09-11 21:55:49 +0000
commit6bd175aacfb2fac93a011db6fa7839b1200d2582 (patch)
tree5237eb0b4868507c5b7b989a0edbbd3fa6ab3ea3 /graphics/podofo
parentc1f68a1e659608c023c5d692a958c1a49fa3de45 (diff)
downloadports-6bd175aacfb2fac93a011db6fa7839b1200d2582.tar.gz
ports-6bd175aacfb2fac93a011db6fa7839b1200d2582.zip
Patch to remove forward declaration of a standard C++ class in
installed include file. Approved by: pawel (maintainer)
Notes
Notes: svn path=/head/; revision=327014
Diffstat (limited to 'graphics/podofo')
-rw-r--r--graphics/podofo/Makefile1
-rw-r--r--graphics/podofo/files/patch-src_base_PdfLocale.h11
2 files changed, 12 insertions, 0 deletions
diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile
index 2e1fe87e3dd2..dd684302d12f 100644
--- a/graphics/podofo/Makefile
+++ b/graphics/podofo/Makefile
@@ -3,6 +3,7 @@
PORTNAME= podofo
PORTVERSION= 0.9.2
+PORTREVISION= 1
CATEGORIES= graphics print
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}
diff --git a/graphics/podofo/files/patch-src_base_PdfLocale.h b/graphics/podofo/files/patch-src_base_PdfLocale.h
new file mode 100644
index 000000000000..15abb7f6acb5
--- /dev/null
+++ b/graphics/podofo/files/patch-src_base_PdfLocale.h
@@ -0,0 +1,11 @@
+--- src/base/PdfLocale.h.orig 2010-10-25 19:19:15.000000000 +0200
++++ src/base/PdfLocale.h 2013-09-10 18:00:08.338272701 +0200
+@@ -1,8 +1,6 @@
+ #ifndef PODOFO_PDFLOCALE_H
+ #define PODOFO_PDFLOCALE_H
+
+-namespace std { class ios_base; };
+-
+ namespace PoDoFo {
+
+ /**