diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-12 05:55:49 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-12 05:55:49 +0800 |
commit | 6bd175aacfb2fac93a011db6fa7839b1200d2582 (patch) | |
tree | 5237eb0b4868507c5b7b989a0edbbd3fa6ab3ea3 /graphics/podofo | |
parent | c1f68a1e659608c023c5d692a958c1a49fa3de45 (diff) | |
download | freebsd-ports-gnome-6bd175aacfb2fac93a011db6fa7839b1200d2582.tar.gz freebsd-ports-gnome-6bd175aacfb2fac93a011db6fa7839b1200d2582.tar.zst freebsd-ports-gnome-6bd175aacfb2fac93a011db6fa7839b1200d2582.zip |
Patch to remove forward declaration of a standard C++ class in
installed include file.
Approved by: pawel (maintainer)
Diffstat (limited to 'graphics/podofo')
-rw-r--r-- | graphics/podofo/Makefile | 1 | ||||
-rw-r--r-- | graphics/podofo/files/patch-src_base_PdfLocale.h | 11 |
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 { + + /** |