summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-06-23 22:57:33 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-06-23 22:57:33 +0000
commitaa2de9d8aa87f9edea4cefc0da1800ea72220059 (patch)
treec006467394da2896d6f29dd9f3e8b948a4675eb2 /app-office/abiword/files
parentCleanup of windowmaker ebuild files, patches, etc (diff)
downloadhistorical-aa2de9d8aa87f9edea4cefc0da1800ea72220059.tar.gz
historical-aa2de9d8aa87f9edea4cefc0da1800ea72220059.tar.bz2
historical-aa2de9d8aa87f9edea4cefc0da1800ea72220059.zip
GCC4 upstream patch; closes bug #96796.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-office/abiword/files')
-rw-r--r--app-office/abiword/files/2.2.8-gcc4.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-office/abiword/files/2.2.8-gcc4.patch b/app-office/abiword/files/2.2.8-gcc4.patch
new file mode 100644
index 000000000000..609706ef18bc
--- /dev/null
+++ b/app-office/abiword/files/2.2.8-gcc4.patch
@@ -0,0 +1,13 @@
+diff -r -u abiword-2.2.8.orig/abi/src/wp/impexp/xp/ie_mailmerge.h abiword-2.2.8/abi/src/wp/impexp/xp/ie_mailmerge.h
+--- abiword-2.2.8.orig/abi/src/wp/impexp/xp/ie_mailmerge.h 2005-01-23 15:37:50.000000000 +0100
++++ abiword-2.2.8/abi/src/wp/impexp/xp/ie_mailmerge.h 2005-06-06 22:28:30.000000000 +0200
+@@ -28,6 +28,8 @@
+ typedef UT_sint32 IEMergeType;
+ #define IEMT_Unknown ((IEMergeType)-1)
+
++class IE_MailMerge;
++
+ class ABI_EXPORT IE_MergeSniffer : public UT_AbiObject
+ {
+ friend class IE_MailMerge;
+