Seems reasonable enough. Patch didn't apply cleanly, but I think I did it by hand. Please double-check what's in git.
On Thu, Dec 15, 2011 at 11:32 PM, John Wehle <[email protected]> wrote: > Currently libcdio-0.83 fails to recognize the FreeBSD 9 > operating system (which is about to be released) preventing > it from configuring in the proper CDROM support which > prevents audacious from playing audio CDs. > > Audacious is able to play audio CDs without any problems > after I applied this patch and rebuilt libcdio. > > -- John Wehle > ------------------8<------------------------8<------------------------ > --- configure.ac.ORIGINAL 2011-10-26 20:42:14.000000000 -0400 > +++ configure.ac 2011-12-15 23:18:43.000000000 -0500 > @@ -430,7 +430,7 @@ > LT_NO_UNDEFINED="-no-undefined" > cd_drivers="${cd_drivers}, MinGW " > ;; > - > freebsd4.*|freebsd5.*|freebsd6*|freebsd7*|freebsd8*|dragonfly*|kfreebsd*) > + freebsd4.*|freebsd5.*|freebsd[6-9]*|dragonfly*|kfreebsd*) > AC_DEFINE([HAVE_FREEBSD_CDROM], [1], > [Define 1 if you have FreeBSD CD-ROM support]) > LIBS="$LIBS -lcam" > --- configure.ORIGINAL 2011-10-26 22:23:40.000000000 -0400 > +++ configure 2011-12-15 23:19:31.000000000 -0500 > @@ -16849,7 +16849,7 @@ > LT_NO_UNDEFINED="-no-undefined" > cd_drivers="${cd_drivers}, MinGW " > ;; > - > freebsd4.*|freebsd5.*|freebsd6*|freebsd7*|freebsd8*|dragonfly*|kfreebsd*) > + freebsd4.*|freebsd5.*|freebsd[6-9]*|dragonfly*|kfreebsd*) > > $as_echo "#define HAVE_FREEBSD_CDROM 1" >>confdefs.h > > ------------------------------------------------------------------------- > | Feith Systems | Voice: 1-215-646-8000 | Email: [email protected] | > | John Wehle | Fax: 1-215-540-5495 | | > ------------------------------------------------------------------------- > > >
