aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-02-12 16:07:35 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-02-12 16:07:35 +0000
commit733878f590a4364623bd456c55584b055a4a048c (patch)
treebfe1c772becde1f7ad52f31186928ef4263aac6d /x11/kdebase4-runtime
parent3b5fa65f18da8fe6046d6fb6324ebd08df638180 (diff)
downloadports-733878f590a4364623bd456c55584b055a4a048c.tar.gz
ports-733878f590a4364623bd456c55584b055a4a048c.zip
Fix compile on 4.x
Notes
Notes: svn path=/head/; revision=155838
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r--x11/kdebase4-runtime/files/patch-ksmserver-legacy.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kdebase4-runtime/files/patch-ksmserver-legacy.cpp b/x11/kdebase4-runtime/files/patch-ksmserver-legacy.cpp
new file mode 100644
index 000000000000..553e15953605
--- /dev/null
+++ b/x11/kdebase4-runtime/files/patch-ksmserver-legacy.cpp
@@ -0,0 +1,13 @@
+--- ksmserver/legacy.cpp.orig Sun Feb 12 16:47:39 2006
++++ ksmserver/legacy.cpp Sun Feb 12 16:48:55 2006
+@@ -36,6 +36,10 @@
+
+ #include "server.h"
+
++#ifdef HAVE_SYS_TIME_H
++#include <sys/time.h>
++#endif
++
+ #include <unistd.h>
+
+ #include <qtimer.h>