diff options
author | Johann Wilhelm <johann.wilhelm@9mal6.de> | 2010-05-12 17:45:29 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:45:29 +0200 |
commit | 85baeb20e1ccc3ceb113320d5740f21fea338b9c (patch) | |
tree | b30d54cd1663452099ce2aedb35985a773ea0791 /system/lirc/lirc-0.8.4a.diff | |
parent | e57a26070192ebb157c5ce6d20aaa66f273af072 (diff) | |
download | slackbuilds-85baeb20e1ccc3ceb113320d5740f21fea338b9c.tar.gz |
system/lirc: Updated for version 0.8.4a
Diffstat (limited to 'system/lirc/lirc-0.8.4a.diff')
-rw-r--r-- | system/lirc/lirc-0.8.4a.diff | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/system/lirc/lirc-0.8.4a.diff b/system/lirc/lirc-0.8.4a.diff new file mode 100644 index 0000000000..9f25c81576 --- /dev/null +++ b/system/lirc/lirc-0.8.4a.diff @@ -0,0 +1,31 @@ +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 \ |