diff options
author | 2008-04-01 15:16:07 +0000 | |
---|---|---|
committer | 2008-04-01 15:16:07 +0000 | |
commit | 0da0fe135bf558568b30c0eeb0aede1a08adb2ad (patch) | |
tree | c8a7b45fd4a1a81f47ba17560d4cfcfa3eabe382 /sys-apps/kbd/files | |
parent | Remove mask on USE=audit since sys-process/audit is keyworded now. (diff) | |
download | historical-0da0fe135bf558568b30c0eeb0aede1a08adb2ad.tar.gz historical-0da0fe135bf558568b30c0eeb0aede1a08adb2ad.tar.bz2 historical-0da0fe135bf558568b30c0eeb0aede1a08adb2ad.zip |
Fix from Charles Clément for missing binaries #215610 by Massimo Maggi.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'sys-apps/kbd/files')
-rw-r--r-- | sys-apps/kbd/files/kbd-1.14.1-missing-configure.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/kbd/files/kbd-1.14.1-missing-configure.patch b/sys-apps/kbd/files/kbd-1.14.1-missing-configure.patch new file mode 100644 index 000000000000..b9fe9614785c --- /dev/null +++ b/sys-apps/kbd/files/kbd-1.14.1-missing-configure.patch @@ -0,0 +1,15 @@ +fix from Charles Clément for missing binaries + +http://bugs.gentoo.org/215610 + +--- kbd-1.14.1/src/Makefile.in ++++ kbd-1.14.1/src/Makefile.in +@@ -2,6 +2,8 @@ prefix = @prefix@ + exec_prefix = @exec_prefix@ + bindir = $(DESTDIR)@bindir@ + datarootdir = @datarootdir@ ++KEYCODES_PROGS = @KEYCODES_PROGS@ ++RESIZECONS_PROGS = @RESIZECONS_PROGS@ + OPTIONAL_PROGS = @OPTIONAL_PROGS@ + + # Something like /usr/lib/kbd or /usr/share/kbd |