[pulseaudio-discuss] [PATCH] netbsd: Revamp NetBSD platform checks
Arun Raghavan
arun at accosted.net
Mon Dec 7 19:28:17 PST 2015
Thanks, landing shortly.
On 8 December 2015 at 08:52, Kamil Rytarowski <n54 at gmx.com> wrote:
> ---
> configure.ac | 11 +++++++----
> 1 file changed, 7 insertions(+), 4 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 86b28d3..b9cd3d1 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -137,6 +137,9 @@ case "$host_os" in
> AC_MSG_RESULT([freebsd])
> host_has_caps=1
> ;;
> + netbsd*)
> + AC_MSG_RESULT([netbsd])
> + ;;
> darwin*)
> AC_MSG_RESULT([darwin])
> os_is_darwin=1
> @@ -257,6 +260,10 @@ else
> # HW specific atomic ops stuff
> AC_MSG_CHECKING([architecture for native atomic operations])
> case $host in
> + *-netbsd*)
> + AC_MSG_RESULT([yes])
> + need_libatomic_ops=no
> + ;;
> arm*)
> AC_MSG_RESULT([arm])
> AC_MSG_CHECKING([whether we can use Linux kernel helpers])
> @@ -292,10 +299,6 @@ else
> ])
> fi
> ;;
> - *-netbsdelf5*)
> - AC_MSG_RESULT([yes])
> - need_libatomic_ops=no
> - ;;
> *-freebsd*)
> AC_MSG_RESULT([yes])
> need_libatomic_ops=no
> --
> 2.6.3
>
> _______________________________________________
> pulseaudio-discuss mailing list
> pulseaudio-discuss at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
More information about the pulseaudio-discuss
mailing list