diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-05 23:32:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-05 23:32:47 +0000 |
commit | 1c74572863c8aebe8eb48addcde9da866aea2691 (patch) | |
tree | 80eb48a9ed8c4f53157f88252335863b4a0c5a0d /x11/xf86-input-keyboard/patches/patch-aa | |
parent | 03e53cf8d9259a2a8af2e8b0e681c64ac3235f71 (diff) | |
download | pkgsrc-1c74572863c8aebe8eb48addcde9da866aea2691.tar.gz |
Update to xf86-input-keyboard-1.2.0:
Split monolithic source in small subcomponents, moving code out of
the server.
Diffstat (limited to 'x11/xf86-input-keyboard/patches/patch-aa')
-rw-r--r-- | x11/xf86-input-keyboard/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/xf86-input-keyboard/patches/patch-aa b/x11/xf86-input-keyboard/patches/patch-aa new file mode 100644 index 00000000000..ffdc6a28664 --- /dev/null +++ b/x11/xf86-input-keyboard/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2007/08/05 23:32:48 joerg Exp $ + +--- configure.ac.orig 2007-04-10 23:01:04.000000000 +0200 ++++ configure.ac +@@ -69,7 +69,7 @@ int main () { + [Name of the period field in struct kbd_repeat]) + ;; + +- freebsd* | kfreebsd-gnu* | netbsd* | openbsd*) ++ freebsd* | kfreebsd-gnu* | netbsd* | openbsd* | dragonfly*) + IS_BSD="yes" + ;; + |