From 652f0c18d80b75667bd9011d4994b86b61b888d2 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Thu, 23 Mar 2006 09:30:58 +0000 Subject: gpdf_2.10.0.bb : add gcc 4.X build patch --- packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch (limited to 'packages/gpdf/files') diff --git a/packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch b/packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch new file mode 100644 index 0000000000..d45becb346 --- /dev/null +++ b/packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch @@ -0,0 +1,30 @@ +diff -Naur gpdf-2.10.0.orig/xpdf/TextOutputDev.h gpdf-2.10.0/xpdf/TextOutputDev.h +--- gpdf-2.10.0.orig/xpdf/TextOutputDev.h 2005-08-23 21:59:57.000000000 +0000 ++++ gpdf-2.10.0/xpdf/TextOutputDev.h 2005-08-23 22:00:10.000000000 +0000 +@@ -166,6 +166,8 @@ + // TextLine + //------------------------------------------------------------------------ + ++class TextBlock; ++ + class TextLine { + public: + +@@ -223,6 +225,8 @@ + // TextBlock + //------------------------------------------------------------------------ + ++class TextPage; ++ + class TextBlock { + public: + +@@ -342,6 +346,8 @@ + // TextPage + //------------------------------------------------------------------------ + ++class TextLineFrag; ++ + class TextPage { + public: + -- cgit v1.2.3