Index: graphics/mesa-dri/files/patch-src_util_u__atomic.c =================================================================== --- graphics/mesa-dri/files/patch-src_util_u__atomic.c (nonexistent) +++ graphics/mesa-dri/files/patch-src_util_u__atomic.c (working copy) @@ -0,0 +1,11 @@ +--- src/util/u_atomic.c.orig 2020-04-20 19:21:43 UTC ++++ src/util/u_atomic.c +@@ -21,7 +21,7 @@ + * IN THE SOFTWARE. + */ + +-#if defined(MISSING_64BIT_ATOMICS) && defined(HAVE_PTHREAD) ++#if !defined(__clang__) && defined(MISSING_64BIT_ATOMICS) && defined(HAVE_PTHREAD) + + #include + #include Property changes on: graphics/mesa-dri/files/patch-src_util_u__atomic.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: graphics/mesa-libs/Makefile =================================================================== --- graphics/mesa-libs/Makefile (revision 531966) +++ graphics/mesa-libs/Makefile (working copy) @@ -44,8 +44,6 @@ .if ${ARCH} == "i386" # PR230239 Fix the build for i386 when WITH_LLD_IS_LD is set LDFLAGS+=-Wl,-z,notext -.elif ${ARCH} == "powerpc" -USE_GCC= yes .endif .include "${MASTERDIR}/Makefile.targets"