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 | 9f3d69e32e5a104ffab295d8448b2abdf6a1eb22 (patch) | |
tree | 6ebdb66887d22dddc3b1b2791875668d4e8298dc /x11/kkbswitch | |
parent | ec08ab921dbf518f4182f255d92b4470fce57534 (diff) | |
download | pkgsrc-9f3d69e32e5a104ffab295d8448b2abdf6a1eb22.tar.gz |
Fix build on 1.6.2, from Ian Zagorskih in private mail.
Diffstat (limited to 'x11/kkbswitch')
-rw-r--r-- | x11/kkbswitch/distinfo | 3 | ||||
-rw-r--r-- | x11/kkbswitch/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/kkbswitch/distinfo b/x11/kkbswitch/distinfo index f0fef299605..548a966d0ad 100644 --- a/x11/kkbswitch/distinfo +++ b/x11/kkbswitch/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/01/27 14:10:07 ben Exp $ +$NetBSD: distinfo,v 1.4 2005/02/04 01:54:38 wiz Exp $ SHA1 (kkbswitch-1.4.3.tar.gz) = 3286c746facd1f03d206ee018a2bdf8d4e4cc6ad Size (kkbswitch-1.4.3.tar.gz) = 693625 bytes SHA1 (patch-aa) = 4661a76d3f2df9d9a2c2948105c91781ec730a54 +SHA1 (patch-ab) = fa3823f504636b7e5ad5ea2f6deaae7c85945910 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> |