From 9d622f759b8f1255971eb91d373a5b2be562f4ea Mon Sep 17 00:00:00 2001 From: grzegol Date: Tue, 15 Aug 2006 10:19:21 +0000 Subject: [PATCH] - fixes build with eps-1.5 Changed files: abiword-eps15.patch -> 1.1 --- abiword-eps15.patch | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 abiword-eps15.patch diff --git a/abiword-eps15.patch b/abiword-eps15.patch new file mode 100644 index 0000000..ae592c5 --- /dev/null +++ b/abiword-eps15.patch @@ -0,0 +1,32 @@ +--- abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp.orig 2006-06-28 18:43:26.000000000 +0000 ++++ abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp 2006-06-28 18:44:12.000000000 +0000 +@@ -159,7 +159,7 @@ + + bool bValid = false; + +- for (struct header_t * h = eps_next_header (m_eps); h; h = eps_next_header (m_eps)) ++ for (header_t * h = eps_next_header (m_eps); h; h = eps_next_header (m_eps)) + { + const char * name = reinterpret_cast(h->name); + const char * data = reinterpret_cast(h->data); +@@ -359,7 +359,7 @@ + UT_Multipart * part = new UT_Multipart; + if (part == 0) return 0; + +- for (struct header_t * h = mime_next_header (m_eps); h; h = mime_next_header (m_eps)) ++ for (header_t * h = mime_next_header (m_eps); h; h = mime_next_header (m_eps)) + { + const char * name = reinterpret_cast(h->name); + const char * data = reinterpret_cast(h->data); +--- abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h.orig 2006-06-28 18:34:08.000000000 +0000 ++++ abiword-2.4.4/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h 2006-06-28 18:34:47.000000000 +0000 +@@ -138,7 +138,7 @@ + UT_Multipart * m_document; + UT_Vector * m_parts; + +- struct eps_t * m_eps; ++ eps_t * m_eps; + }; + + class MultiReader : public UT_XML::Reader + -- 2.44.0