From df63bc69411bdbff843a491caf18feab92e9a505 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Feb 09 2013 06:24:19 +0000 Subject: add back needed patch. remove obsolete patch --- diff --git a/abiword-2.6.0-boolean.patch b/abiword-2.6.0-boolean.patch new file mode 100644 index 0000000..9f226c0 --- /dev/null +++ b/abiword-2.6.0-boolean.patch @@ -0,0 +1,13 @@ +diff -u -r abiword-2.6.0.orig/src/text/ptbl/xp/pd_Style.h abiword-2.6.0/src/text/ptbl/xp/pd_Style.h +--- abiword-2.6.0.orig/src/text/ptbl/xp/pd_Style.h 2008-03-18 23:16:20.000000000 +0100 ++++ abiword-2.6.0/src/text/ptbl/xp/pd_Style.h 2008-03-25 17:14:23.000000000 +0100 +@@ -23,6 +23,9 @@ + #ifndef PD_STYLE_H + #define PD_STYLE_H + ++#ifndef FALSE ++#define FALSE 0 ++#endif /* FALSE */ + #include "ut_types.h" + #include "pt_Types.h" + #include "ut_xml.h" diff --git a/abiword-plugins-2.6.0-boolean.patch b/abiword-plugins-2.6.0-boolean.patch deleted file mode 100644 index 863792e..0000000 --- a/abiword-plugins-2.6.0-boolean.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -u -r abiword-plugins-2.6.0.orig/tools/abigrammar/linkgrammarwrap/LinkGrammarWrap.h abiword-plugins-2.6.0/tools/abigrammar/linkgrammarwrap/LinkGrammarWrap.h ---- abiword-plugins-2.6.0.orig/tools/abigrammar/linkgrammarwrap/LinkGrammarWrap.h 2008-03-18 23:18:02.000000000 +0100 -+++ abiword-plugins-2.6.0/tools/abigrammar/linkgrammarwrap/LinkGrammarWrap.h 2008-03-25 17:16:04.000000000 +0100 -@@ -20,6 +20,9 @@ - #ifndef __LinkGrammarWrap_h__ - #define __LinkGrammarWrap_h__ - -+#ifndef TRUE -+#define TRUE 1 -+#endif /* TRUE */ - extern "C" { - #include - } -diff -u -r abiword-plugins-2.6.0.orig/wp/impexp/OpenDocument/imp/xp/ODi_Style_Style.h abiword-plugins-2.6.0/wp/impexp/OpenDocument/imp/xp/ODi_Style_Style.h ---- abiword-plugins-2.6.0.orig/wp/impexp/OpenDocument/imp/xp/ODi_Style_Style.h 2008-03-18 23:18:20.000000000 +0100 -+++ abiword-plugins-2.6.0/wp/impexp/OpenDocument/imp/xp/ODi_Style_Style.h 2008-03-25 17:16:04.000000000 +0100 -@@ -23,6 +23,9 @@ - #ifndef _ODI_STYLE_STYLE_H_ - #define _ODI_STYLE_STYLE_H_ - -+#ifndef TRUE -+#define TRUE 1 -+#endif /* TRUE */ - // Internal includes - #include "ODi_ListenerState.h" -