From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- triggersad/patches/001-input.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 triggersad/patches/001-input.patch (limited to 'triggersad/patches/001-input.patch') diff --git a/triggersad/patches/001-input.patch b/triggersad/patches/001-input.patch new file mode 100644 index 0000000..2f8d448 --- /dev/null +++ b/triggersad/patches/001-input.patch @@ -0,0 +1,12 @@ +diff -ur triggerhappy-0.1.3.orig/Makefile triggerhappy-0.1.3/Makefile +--- triggerhappy-0.1.3.orig/Makefile 2010-11-18 11:42:08.402150170 +0300 ++++ triggerhappy-0.1.3/Makefile 2010-11-18 12:09:55.033025473 +0300 +@@ -23,7 +23,7 @@ + --release="" \ + $< > $@ + +-evtable_%.h: /usr/include/linux/input.h ++evtable_%.h: $(TOOLCHAIN_DIR)/usr/include/linux/input.h + awk '/^#define $*_/ && $$2 !~ /_(MAX|CNT|VERSION)$$/ {print "EV_MAP("$$2"),"}' $< > $@ + + clean: -- cgit v1.2.3