ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/comms/lirc/files/patch-configure
(Generate patch)

Comparing trunk/comms/lirc/files/patch-configure (file contents):
Revision 3561 by wintellect, Sat Jan 20 11:22:35 2007 UTC vs.
Revision 3562 by laffer1, Sun Nov 11 00:12:33 2007 UTC

# Line 1 | Line 1
1 < --- configure.orig      Sun Oct 16 21:23:22 2005
2 < +++ configure   Sun Oct 16 21:23:37 2005
3 < @@ -7815,6 +7815,7 @@
1 > --- configure.orig      Sat Jan 21 18:03:45 2006
2 > +++ configure   Wed Nov 15 12:58:20 2006
3 > @@ -7816,6 +7816,7 @@
4  
5   # use fifo instead of devnode (required on mac os x)
6  
# Line 8 | Line 8
8  
9   if test "$use_fifos" = "yes"; then
10     USE_FIFOS_TRUE=
11 + @@ -9378,6 +9379,8 @@
12 +     { echo "configure: error: *** you need to have the ALSA libraries and drivers
13 +        from at least version 1.0.9 for this driver" 1>&2; exit 1; }
14 +     ;;
15 + +  any)
16 + +    ;;
17 +   *)
18 +     { echo "configure: error: *** it is not possible to install the specified driver
19 +        on this system" 1>&2; exit 1; }
20 + @@ -9387,6 +9390,7 @@
21 +
22 +
23 + if test "$lirc_driver" = "none" || \
24 + +       test "$lirc_driver" = "any" || \
25 +        test "$lirc_driver" = "alsa_usb" || \
26 +        test "$lirc_driver" = "userspace" || \
27 +        test "$lirc_driver" = "atilibusb" || \

Comparing trunk/comms/lirc/files/patch-configure (property cvs2svn:cvs-rev):
Revision 3561 by wintellect, Sat Jan 20 11:22:35 2007 UTC vs.
Revision 3562 by laffer1, Sun Nov 11 00:12:33 2007 UTC

# Line 1 | Line 1
1 < 1.1
1 > 1.2

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines