[PATCH] GNU/kFreeBSD detection

Alexandre Julliard julliard at winehq.org
Mon Aug 22 10:29:03 CDT 2011


Robert Millan <rmh at debian.org> writes:

> diff --git a/tools/winebuild/build.h b/tools/winebuild/build.h
> index 05adf31..cf389fb 100644
> --- a/tools/winebuild/build.h
> +++ b/tools/winebuild/build.h
> @@ -148,6 +148,7 @@ enum target_platform
>      PLATFORM_UNSPECIFIED,
>      PLATFORM_APPLE,
>      PLATFORM_FREEBSD,
> +    PLATFORM_GNUKFREEBSD,
>      PLATFORM_SOLARIS,
>      PLATFORM_WINDOWS
>  };

If it doesn't need a different behavior there's no need for a new
platform, just use PLATFORM_FREEBSD.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list