diff options
Diffstat (limited to 'packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch')
-rw-r--r-- | packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch b/packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch deleted file mode 100644 index d45becb346..0000000000 --- a/packages/gpdf/files/gpdf-2.10.0-gcc4-2.patch +++ /dev/null @@ -1,30 +0,0 @@ -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: - |