diff options
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" + ;; + |