From e3e2ae3f6ec47082df8d460e3c7619e2f86d9ac7 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 8 Feb 2020 16:32:41 +0100 Subject: [PATCH] mesa: drop useless libatomic conditional Mesa's meson build system checks this automatically. --- srcpkgs/mesa/template | 8 -------- 1 file changed, 8 deletions(-) diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template index 56ef2db18f3..0b4fec36bac 100644 --- a/srcpkgs/mesa/template +++ b/srcpkgs/mesa/template @@ -98,14 +98,6 @@ armv7l*) ;; esac -case "$XBPS_TARGET_MACHINE" in - armv[5-6]*) - # Enable MISSING_64BIT_ATOMICS for armv[56]* - CFLAGS+=" -DMISSING_64BIT_ATOMICS=1" - CXXFLAGS+=" -DMISSING_64BIT_ATOMICS=1" - ;; -esac - # -devel must be the last one for proper order. subpackages+=" MesaLib-devel"