diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-03-20 18:26:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-20 18:26:16 +0000 |
commit | 234c92fa56963ab907b9667d2cc28b6e0ade6791 (patch) | |
tree | 570c04222ee2366502eb90dbca5f3c44f6ea9a4e /packages/qpdf2/files | |
parent | 97964b6f55be174b13ce082a37da7a786d75d02f (diff) |
qpdf 2.2.1: add patch to make it compile w/ gcc4
Diffstat (limited to 'packages/qpdf2/files')
-rw-r--r-- | packages/qpdf2/files/gcc4.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/qpdf2/files/gcc4.patch b/packages/qpdf2/files/gcc4.patch new file mode 100644 index 0000000000..5e90302bd6 --- /dev/null +++ b/packages/qpdf2/files/gcc4.patch @@ -0,0 +1,31 @@ + +# +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- qpdf2_2.2.1/qdocnotes.h~gcc4 2004-02-17 18:13:18.000000000 +0100 ++++ qpdf2_2.2.1/qdocnotes.h 2006-03-20 19:16:38.000000000 +0100 +@@ -1,6 +1,6 @@ + #include "xmlparser.h" + #include <qmap.h> +- ++class QDocNotes; + class QDocNote { + public: + friend class QDocNotes; +--- qpdf2_2.2.1/xpdf/TextOutputDev.h~gcc4 2004-02-17 18:13:18.000000000 +0100 ++++ qpdf2_2.2.1/xpdf/TextOutputDev.h 2006-03-20 19:19:47.000000000 +0100 +@@ -139,6 +139,13 @@ + //------------------------------------------------------------------------ + // TextPool + //------------------------------------------------------------------------ ++class TextPool; ++class TextLine; ++class TextBlock; ++class TextFlow; ++class TextWordList; ++class TextPage; ++class TextLineFrag; + + class TextPool { + public: |