From 8e8d1ea85f946d219620a6f819dea554d9fd0399 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 8 Feb 2020 17:19:12 +0100 Subject: [PATCH] libreoffice: use generic libatomic checks --- srcpkgs/libreoffice/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libreoffice/template b/srcpkgs/libreoffice/template index bffd78acd31..ceb8b951874 100644 --- a/srcpkgs/libreoffice/template +++ b/srcpkgs/libreoffice/template @@ -255,10 +255,9 @@ case "$XBPS_TARGET_MACHINE" in ;; esac -case "$XBPS_TARGET_MACHINE" in - ppc64*) ;; - ppc*) makedepends+=" libatomic-devel";; -esac +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + makedepends+=" libatomic-devel" +fi CXXFLAGS+=" -DGLM_ENABLE_EXPERIMENTAL -DU_USING_ICU_NAMESPACE=1"