diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-12-03 19:45:47 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-12-03 19:45:47 +0000 |
commit | 6daac78f05f44fb9483cad6ef5b4efa494bef865 (patch) | |
tree | d1c2fdedde1b6d498c1004f3f38d53ed9086f36c /app-office/kword/files | |
parent | missing dependency, gcc 4.1 patches thanks to Hanno (diff) | |
download | historical-6daac78f05f44fb9483cad6ef5b4efa494bef865.tar.gz historical-6daac78f05f44fb9483cad6ef5b4efa494bef865.tar.bz2 historical-6daac78f05f44fb9483cad6ef5b4efa494bef865.zip |
missing dependency, gcc 4.1 patch thanks to Hanno
Package-Manager: portage-2.0.53
Diffstat (limited to 'app-office/kword/files')
-rw-r--r-- | app-office/kword/files/digest-kword-1.4.2-r1 | 1 | ||||
-rw-r--r-- | app-office/kword/files/kspread-1.4.2-gcc41.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/app-office/kword/files/digest-kword-1.4.2-r1 b/app-office/kword/files/digest-kword-1.4.2-r1 new file mode 100644 index 000000000000..a054824ae545 --- /dev/null +++ b/app-office/kword/files/digest-kword-1.4.2-r1 @@ -0,0 +1 @@ +MD5 6b456fb7d54c84b11396b27a96ae0cf8 koffice-1.4.2.tar.bz2 19486852 diff --git a/app-office/kword/files/kspread-1.4.2-gcc41.patch b/app-office/kword/files/kspread-1.4.2-gcc41.patch new file mode 100644 index 000000000000..0477c74d1e1f --- /dev/null +++ b/app-office/kword/files/kspread-1.4.2-gcc41.patch @@ -0,0 +1,11 @@ +--- kspread-1.4.2/kspread/kspread_cell.h 2005-10-05 12:31:33.000000000 +0200 ++++ kspread-1.4.2-gcc41/kspread/kspread_cell.h 2005-12-02 15:05:50.336931500 +0100 +@@ -596,7 +596,7 @@ + * + * @return the cell that decides the format for the cell in question. + */ +- KSpreadCell *KSpreadCell::ultimateObscuringCell() const; ++ KSpreadCell *ultimateObscuringCell() const; + + /** + * @return the obscuring cell list (might be empty) |