libcdio-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libcdio-devel] Patch for libcdio-0.83 FreeBSD 9 support


From: Rocky Bernstein
Subject: Re: [Libcdio-devel] Patch for libcdio-0.83 FreeBSD 9 support
Date: Thu, 15 Dec 2011 23:43:14 -0500

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 <address@hidden> 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: address@hidden  |
> |    John Wehle    |     Fax: 1-215-540-5495  |                         |
> -------------------------------------------------------------------------
>
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]