[abiword] add back needed patch. remove obsolete patch

Rahul Sundaram sundaram at fedoraproject.org
Sat Feb 9 06:25:33 UTC 2013


commit df63bc69411bdbff843a491caf18feab92e9a505
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Sat Feb 9 01:24:19 2013 -0500

    add back needed patch.  remove obsolete patch

 abiword-2.6.0-boolean.patch         |   13 +++++++++++++
 abiword-plugins-2.6.0-boolean.patch |   26 --------------------------
 2 files changed, 13 insertions(+), 26 deletions(-)
---
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"


More information about the scm-commits mailing list