pulseaudio: fix dependencies for openssl-3
[oi-userland.git] / components / x11 / mesa / patches / patch-src_util_u__atomic.h.patch
blob58a6aef473d5a4e39b7ab6f1bad47fca36cd737b
1 $NetBSD: patch-src_util_u__atomic.h,v 1.2 2019/08/21 13:35:28 nia Exp $
3 Fix SunOS atomic macros.
5 --- src/util/u_atomic.h.orig 2018-09-07 21:18:07.000000000 +0000
6 +++ src/util/u_atomic.h
7 @@ -20,7 +20,7 @@
8 * locally coded assembly, compiler intrinsic or ultimately a
9 * mutex-based implementation.
11 -#if defined(__sun)
12 +#if defined(__sun) && !defined(__GNUC__)
13 #define PIPE_ATOMIC_OS_SOLARIS
14 #elif defined(_MSC_VER)
15 #define PIPE_ATOMIC_MSVC_INTRINSIC