From ea97f9fd9e6f888ea48c873a2612f4bcd449e3ef Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Thu, 2 Feb 2006 12:40:14 +0000 Subject: [PATCH] Stefan Fiedler: gpdf: patch for gcc40 [2005122322522426119] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@6990 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/gnome2/gpdf/gcc40.patch | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 package/gnome2/gpdf/gcc40.patch diff --git a/package/gnome2/gpdf/gcc40.patch b/package/gnome2/gpdf/gcc40.patch new file mode 100644 index 000000000..2e81b6001 --- /dev/null +++ b/package/gnome2/gpdf/gcc40.patch @@ -0,0 +1,30 @@ +diff -dur gpdf-2.10.0/xpdf/TextOutputDev.h src.gpdf.1135211790.4519.289955105/gpdf-2.10.0/xpdf/TextOutputDev.h +--- gpdf-2.10.0/xpdf/TextOutputDev.h 2004-05-17 21:37:57.000000000 +0200 ++++ src.gpdf.1135211790.4519.289955105/gpdf-2.10.0/xpdf/TextOutputDev.h 2005-12-23 22:06:02.000000000 +0100 +@@ -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: +