summaryrefslogtreecommitdiff
path: root/x11
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
parentFix link for www.cpan.dk in MASTER_SITE_PERL_CPAN (diff)
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')
-rw-r--r--x11/rsibreak-kde4/files/patch-rsibreak_src_rsitimer.cpp11
-rw-r--r--x11/rsibreak/files/patch-rsibreak_src_rsitimer.cpp11
2 files changed, 22 insertions, 0 deletions
diff --git a/x11/rsibreak-kde4/files/patch-rsibreak_src_rsitimer.cpp b/x11/rsibreak-kde4/files/patch-rsibreak_src_rsitimer.cpp
new file mode 100644
index 000000000000..6a86aaf7c781
--- /dev/null
+++ b/x11/rsibreak-kde4/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;
+
+
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;
+
+