]> git.pld-linux.org Git - packages/abiword.git/commitdiff
- fix building xhtml plugin
authorgrzegol <grzegol@pld-linux.org>
Mon, 28 Jun 2004 21:26:16 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    abiword-xhtml_plugin_buildfix.patch -> 1.1.2.1

abiword-xhtml_plugin_buildfix.patch [new file with mode: 0644]

diff --git a/abiword-xhtml_plugin_buildfix.patch b/abiword-xhtml_plugin_buildfix.patch
new file mode 100644 (file)
index 0000000..fbcefd5
--- /dev/null
@@ -0,0 +1,29 @@
+diff -urN aa/abiword-2.1.3/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp abiword-2.1.3/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp
+--- aa/abiword-2.1.3/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp 2003-03-09 13:05:05.000000000 +0100
++++ abiword-2.1.3/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.cpp    2004-06-28 22:11:44.869303776 +0200
+@@ -578,7 +578,8 @@
+ void UT_Multipart::clear ()
+ {
+-      UT_HASH_PURGEDATA (char *, m_map,  free);
++      //UT_HASH_PURGEDATA (char *, m_map,  free);
++      m_map->purgeData();
+       m_map->clear ();
+       if (m_buf) m_buf->truncate (0);
+diff -urN aa/abiword-2.1.3/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h abiword-2.1.3/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h
+--- aa/abiword-2.1.3/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h   2002-12-16 12:04:24.000000000 +0100
++++ abiword-2.1.3/abiword-plugins/wp/impexp/xhtml/xp/ie_imp_MHT.h      2004-06-28 22:08:48.163167192 +0200
+@@ -34,9 +34,9 @@
+ #include "ie_imp_XHTML.h"
+-class UT_ByteBuf;
+-class UT_StringPtrMap;
+-class UT_Vector;
++//class UT_ByteBuf;
++//class UT_StringPtrMap;
++//class UT_Vector;
+ class ABI_EXPORT UT_Multipart
+ {
This page took 0.113212 seconds and 4 git commands to generate.