diff options
author | Francois Andriot <[email protected]> | 2011-11-30 23:02:02 +0100 |
---|---|---|
committer | Francois Andriot <[email protected]> | 2011-11-30 23:02:02 +0100 |
commit | 267590eeb90558ec6ed5f3c800fd7c0016eb0a28 (patch) | |
tree | e3f6c7e9ad2a0c54ac4d26d3b90c4509431b5e05 /redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch | |
parent | 8bdb0250ff67ef0620ccd3085e454545c803cc00 (diff) | |
download | tde-packaging-267590eeb90558ec6ed5f3c800fd7c0016eb0a28.tar.gz tde-packaging-267590eeb90558ec6ed5f3c800fd7c0016eb0a28.zip |
RHEL/Fedora: add kdirstat, knetload, knetstats, knowit, kpilot, smb4k
Diffstat (limited to 'redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch')
-rw-r--r-- | redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch b/redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch new file mode 100644 index 000000000..00070dbc7 --- /dev/null +++ b/redhat/applications/kpilot/kpilot-3.5.13-ftbfs.patch @@ -0,0 +1,11 @@ +--- kpilot/kpilot/pilotDaemon.cc.ORI 2011-11-30 21:55:04.912837969 +0100 ++++ kpilot/kpilot/pilotDaemon.cc 2011-11-30 21:55:11.819786099 +0100 +@@ -313,7 +313,7 @@ + #ifdef DEBUG + DEBUGKPILOT << fname + << ": The daemon is ready with status " +- << statusString() << " (" << (int) fDaemonStatus << ")" << endl; ++ << statusString() << " (" << (int) fDaemontqStatus << ")" << endl; + #endif + } + |