diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-12-03 19:43:17 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-12-03 19:43:17 +0000 |
commit | 841f45a26fb0d300fe24c64f620c728e04e28165 (patch) | |
tree | 2af9b1595c7306895708ff895d834f0362924e3a /app-office/koffice/files | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-841f45a26fb0d300fe24c64f620c728e04e28165.tar.gz gentoo-2-841f45a26fb0d300fe24c64f620c728e04e28165.tar.bz2 gentoo-2-841f45a26fb0d300fe24c64f620c728e04e28165.zip |
missing dependency, gcc 4.1 patches thanks to Hanno
(Portage version: 2.0.53)
Diffstat (limited to 'app-office/koffice/files')
-rw-r--r-- | app-office/koffice/files/digest-koffice-1.4.2-r1 | 1 | ||||
-rw-r--r-- | app-office/koffice/files/kexi-1.4.2-gcc41.patch | 22 | ||||
-rw-r--r-- | app-office/koffice/files/kspread-1.4.2-gcc41.patch | 11 |
3 files changed, 34 insertions, 0 deletions
diff --git a/app-office/koffice/files/digest-koffice-1.4.2-r1 b/app-office/koffice/files/digest-koffice-1.4.2-r1 new file mode 100644 index 000000000000..a054824ae545 --- /dev/null +++ b/app-office/koffice/files/digest-koffice-1.4.2-r1 @@ -0,0 +1 @@ +MD5 6b456fb7d54c84b11396b27a96ae0cf8 koffice-1.4.2.tar.bz2 19486852 diff --git a/app-office/koffice/files/kexi-1.4.2-gcc41.patch b/app-office/koffice/files/kexi-1.4.2-gcc41.patch new file mode 100644 index 000000000000..879010273e19 --- /dev/null +++ b/app-office/koffice/files/kexi-1.4.2-gcc41.patch @@ -0,0 +1,22 @@ +--- koffice-1.4.2/kexi/migration/mysql/mysqlmigrate.h 2005-10-05 12:25:13.000000000 +0200 ++++ kexi-1.4.2-gcc41/kexi/migration/mysql/mysqlmigrate.h 2005-12-02 18:28:10.059616750 +0100 +@@ -60,7 +60,7 @@ + ~MySQLMigrate(); + //Constructor + MySQLMigrate(); +- MySQLMigrate::MySQLMigrate(QObject *parent, const char *name, const QStringList& args = QStringList()); ++ MySQLMigrate(QObject *parent, const char *name, const QStringList& args = QStringList()); + + KexiDB::Field::Type type(const QString& table, const MYSQL_FIELD* t); + +@@ -69,8 +69,8 @@ + + QStringList examineEnumField(const QString& table, + const MYSQL_FIELD* fld); +- void MySQLMigrate::getConstraints(int mysqlConstraints, KexiDB::Field* fld); +- void MySQLMigrate::getOptions(int flags, KexiDB::Field* fld); ++ void getConstraints(int mysqlConstraints, KexiDB::Field* fld); ++ void getOptions(int flags, KexiDB::Field* fld); + + /*! driver's static version information, it is automatically implemented + in implementation using KEXIDB_DRIVER macro (see driver_p.h) */ diff --git a/app-office/koffice/files/kspread-1.4.2-gcc41.patch b/app-office/koffice/files/kspread-1.4.2-gcc41.patch new file mode 100644 index 000000000000..0477c74d1e1f --- /dev/null +++ b/app-office/koffice/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) |