diff options
author | 2010-11-13 23:20:25 +0000 | |
---|---|---|
committer | 2010-11-13 23:20:25 +0000 | |
commit | c21f0e0bf4a23c8167948cd1c6f8ad3b1708dfb1 (patch) | |
tree | 68396a3a0a188095792b7cdb4b25ce52d65f707a /media-gfx/kfax/files | |
parent | Fix tests (require X, bug 338575), remove old (diff) | |
download | gentoo-2-c21f0e0bf4a23c8167948cd1c6f8ad3b1708dfb1.tar.gz gentoo-2-c21f0e0bf4a23c8167948cd1c6f8ad3b1708dfb1.tar.bz2 gentoo-2-c21f0e0bf4a23c8167948cd1c6f8ad3b1708dfb1.zip |
EAPI bump, fixed link failiure with kde-4.5 (bug 338580)
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/kfax/files')
-rw-r--r-- | media-gfx/kfax/files/kfax-3.3.6-kde45.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/media-gfx/kfax/files/kfax-3.3.6-kde45.patch b/media-gfx/kfax/files/kfax-3.3.6-kde45.patch new file mode 100644 index 000000000000..60bedf093eeb --- /dev/null +++ b/media-gfx/kfax/files/kfax-3.3.6-kde45.patch @@ -0,0 +1,12 @@ +diff -ru kfax-3.3.6-kde4.4.0.orig/kfax.cpp kfax-3.3.6-kde4.4.0/kfax.cpp +--- kfax-3.3.6-kde4.4.0.orig/kfax.cpp 2010-02-11 21:52:12.000000000 +0100 ++++ kfax-3.3.6-kde4.4.0/kfax.cpp 2010-11-14 00:13:21.386377691 +0100 +@@ -829,7 +829,7 @@ + statusbar->showMessage( i18n( "Saving..." ) ); + + KUrl source(thispage->pathname); +- KIO::FileCopyJob *job = KIO::file_copy(source, dest,KIO::Overwrite | KIO::HideProgressInfo); ++ KIO::FileCopyJob *job = KIO::file_copy(source, dest, -1, KIO::Overwrite | KIO::HideProgressInfo); + bool ok = job->exec(); + statusbar->clearMessage(); + |