aboutsummaryrefslogtreecommitdiff
path: root/x11/rsibreak
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-04-20 19:51:10 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-04-20 19:51:10 +0000
commitfae108cd61c0e06f4b4a098e3914eeab3eed9524 (patch)
tree0c0463103a73713e78b7a486f9bb360a337599a4 /x11/rsibreak
parenta28e95cd0b00e541b0c1023c24861abaaeb7d6f4 (diff)
downloadports-fae108cd61c0e06f4b4a098e3914eeab3eed9524.tar.gz
ports-fae108cd61c0e06f4b4a098e3914eeab3eed9524.zip
Try to fix build on 4.x.
Submitted by: Tom Albers <tomalbers@kde.nl>
Notes
Notes: svn path=/head/; revision=160039
Diffstat (limited to 'x11/rsibreak')
-rw-r--r--x11/rsibreak/files/patch-rsibreak_src_rsitimer.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/rsibreak/files/patch-rsibreak_src_rsitimer.cpp b/x11/rsibreak/files/patch-rsibreak_src_rsitimer.cpp
new file mode 100644
index 000000000000..6a86aaf7c781
--- /dev/null
+++ b/x11/rsibreak/files/patch-rsibreak_src_rsitimer.cpp
@@ -0,0 +1,11 @@
+--- rsibreak/src/rsitimer.cpp.orig Thu Apr 20 21:48:42 2006
++++ rsibreak/src/rsitimer.cpp Thu Apr 20 21:49:14 2006
+@@ -62,7 +62,7 @@ RSITimer::RSITimer( QObject *parent, con
+ #endif
+
+ kdDebug() << "IDLE Detection is "
+- << (m_idleDetection?QString::null:"not")
++ << (m_idleDetection?QString::null:QString("not"))
+ << "possible" << endl;
+
+