summaryrefslogtreecommitdiff
path: root/x11/kkbswitch/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-04 01:54:38 +0000
committerwiz <wiz@pkgsrc.org>2005-02-04 01:54:38 +0000
commitd8c54367d664fcfdc8a1667a18c77c8af4a8e620 (patch)
tree6ebdb66887d22dddc3b1b2791875668d4e8298dc /x11/kkbswitch/patches
parent098de40843d80759dd37ebb197ac2e7838fc1680 (diff)
downloadpkgsrc-d8c54367d664fcfdc8a1667a18c77c8af4a8e620.tar.gz
Fix build on 1.6.2, from Ian Zagorskih in private mail.
Diffstat (limited to 'x11/kkbswitch/patches')
-rw-r--r--x11/kkbswitch/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/kkbswitch/patches/patch-ab b/x11/kkbswitch/patches/patch-ab
new file mode 100644
index 00000000000..704733c5097
--- /dev/null
+++ b/x11/kkbswitch/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/02/04 01:54:38 wiz Exp $
+
+--- kkbswitch/kbconfig.cpp.orig 2005-01-16 00:28:33.000000000 +0600
++++ kkbswitch/kbconfig.cpp
+@@ -15,6 +15,8 @@
+ * *
+ ***************************************************************************/
+
++/* usleep() is declared in unistd.h by POSIX */
++#include <unistd.h>
+ #include <config.h>
+ #include <kdeversion.h>
+ #include <klocale.h>