diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-04 01:54:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-04 01:54:38 +0000 |
commit | d8c54367d664fcfdc8a1667a18c77c8af4a8e620 (patch) | |
tree | 6ebdb66887d22dddc3b1b2791875668d4e8298dc /x11/kkbswitch/patches | |
parent | 098de40843d80759dd37ebb197ac2e7838fc1680 (diff) | |
download | pkgsrc-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-ab | 13 |
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> |