diff options
author | Murat D. Kadirov <banderols@gmail.com> | 2010-05-13 00:40:51 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:40:51 +0200 |
commit | 987400e2380babcbc118603fb2e7c98794d1d82a (patch) | |
tree | 070af29a2acabaeb2cb7fa825c9d03a64f803914 /system/lirc/lirc-0.8.4a.diff | |
parent | 5431c4f00376ebd04b43aba92e930b1e9c5b0f65 (diff) |
system/lirc: Updated for version 0.8.6
Diffstat (limited to 'system/lirc/lirc-0.8.4a.diff')
-rw-r--r-- | system/lirc/lirc-0.8.4a.diff | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/system/lirc/lirc-0.8.4a.diff b/system/lirc/lirc-0.8.4a.diff deleted file mode 100644 index 9f25c81576a2..000000000000 --- a/system/lirc/lirc-0.8.4a.diff +++ /dev/null @@ -1,31 +0,0 @@ -This avoids the building of lirc_gpio and lirc_parallel. - -Since SMP-Kernels are usual today, lirc_parallel would break the build. - -see lirc_parallel.c: -#ifdef CONFIG_SMP -#error "--- Sorry, this driver is not SMP safe. ---" -#endif - -lirc_gpio uses 2 functions, not exported by the kernel shipped with Slackware 12.2. -These were: bttv_get_cardinfo and bttv_get_gpio_queue - -diff -uprN lirc-0.8.4a_orig/configure lirc-0.8.4a/configure ---- lirc-0.8.4a_orig/configure 2008-10-26 15:13:42.000000000 +0100 -+++ lirc-0.8.4a/configure 2009-01-07 07:04:05.805431467 +0100 -@@ -25861,7 +25861,6 @@ elif test "$lirc_driver" = "all"; then - lirc_atiusb \ - lirc_bt829 \ - lirc_cmdir \ -- lirc_gpio \ - lirc_i2c \ - lirc_igorplugusb \ - lirc_imon \ -@@ -25869,7 +25868,6 @@ elif test "$lirc_driver" = "all"; then - lirc_ite8709 \ - lirc_mceusb \ - lirc_mceusb2 \ -- lirc_parallel \ - lirc_sasem \ - lirc_serial \ - lirc_sir \ |