freebsd-ports/comms/lirc/files/patch-configure
Alexander Nedotsukov 4d529a51ea - Update to 0.8.0
- Hack configure so produced daemon binary is ready to use
  with third party kernel drivers.
- Make libirman support optional.
- Move daemon communication sockets under /var/run/lirc.
- Add startup script.
- Use bzip2.
- Minor cleanups.

Approved by:	maintaner
2007-01-19 02:27:23 +00:00

27 lines
776 B
Text

--- configure.orig Sat Jan 21 18:03:45 2006
+++ configure Wed Nov 15 12:58:20 2006
@@ -7816,6 +7816,7 @@
# use fifo instead of devnode (required on mac os x)
+use_fifos="yes"
if test "$use_fifos" = "yes"; then
USE_FIFOS_TRUE=
@@ -9378,6 +9379,8 @@
{ echo "configure: error: *** you need to have the ALSA libraries and drivers
from at least version 1.0.9 for this driver" 1>&2; exit 1; }
;;
+ any)
+ ;;
*)
{ echo "configure: error: *** it is not possible to install the specified driver
on this system" 1>&2; exit 1; }
@@ -9387,6 +9390,7 @@
if test "$lirc_driver" = "none" || \
+ test "$lirc_driver" = "any" || \
test "$lirc_driver" = "alsa_usb" || \
test "$lirc_driver" = "userspace" || \
test "$lirc_driver" = "atilibusb" || \