mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-30 16:57:29 -07:00
Introduces conditional patch for building against linux-headers-4.4, fixing a runtime issue with using unknown commands for the lirc socket. Patch and initial ebuild submitted by user Michael Cook, ebuild updated to EAPI6. Gentoo-bug: 581410 Package-Manager: portage-2.2.28
14 lines
343 B
Diff
14 lines
343 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 71bc693..3904632 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -27,7 +27,7 @@ MANDIR ?= $(SHAREDIR)/man
|
|
|
|
all: $(SBIN)
|
|
|
|
-names.h: /usr/include/linux/input.h gennames
|
|
+names.h: /usr/include/linux/input-event-codes.h gennames
|
|
./gennames $< > $@
|
|
|
|
inputlircd: inputlircd.c /usr/include/linux/input.h names.h
|