diff options
author | Patrick Lauer <patrick@gentoo.org> | 2017-02-18 09:07:48 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2017-02-18 09:08:18 +0100 |
commit | 39354fee2a5d300e1bbe9809e905c7f3d0430a69 (patch) | |
tree | e22b9c3834b376be57a1f555d42120c8ba66bd28 /sys-fs/eudev/files | |
parent | dev-ruby/parallel: initial import of 1.10.0 (diff) | |
download | gentoo-39354fee2a5d300e1bbe9809e905c7f3d0430a69.tar.gz gentoo-39354fee2a5d300e1bbe9809e905c7f3d0430a69.tar.bz2 gentoo-39354fee2a5d300e1bbe9809e905c7f3d0430a69.zip |
sys-fs/eudev: Fix building with newer gperf
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-fs/eudev/files')
-rw-r--r-- | sys-fs/eudev/files/eudev-fix-new-gperf.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-fs/eudev/files/eudev-fix-new-gperf.patch b/sys-fs/eudev/files/eudev-fix-new-gperf.patch new file mode 100644 index 000000000000..b9c6c38eae37 --- /dev/null +++ b/sys-fs/eudev/files/eudev-fix-new-gperf.patch @@ -0,0 +1,22 @@ +From 5bab4d8de0dcbb8e2e7d4d5125b4aea1652a0d60 Mon Sep 17 00:00:00 2001 +From: "Anthony G. Basile" <blueness@gentoo.org> +Date: Thu, 5 Jan 2017 16:21:17 -0500 +Subject: [PATCH] src/udev/udev-builtin-keyboard.c: fix build with gperf 3.1 + +Signed-off-by: Anthony G. Basile <blueness@gentoo.org> +--- + src/udev/udev-builtin-keyboard.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/src/udev/udev-builtin-keyboard.c b/src/udev/udev-builtin-keyboard.c +index 73171c3..fad3520 100644 +--- a/src/udev/udev-builtin-keyboard.c ++++ b/src/udev/udev-builtin-keyboard.c +@@ -28,7 +28,6 @@ + + #include "udev.h" + +-static const struct key *keyboard_lookup_key(const char *str, unsigned len); + #include "keyboard-keys-from-name.h" + #include "keyboard-keys-to-name.h" + |