From a8545d67a58d3d3a25f72a0c40fea3c681b55aba Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 18 Nov 2022 19:35:22 -0500 Subject: [PATCH] fcitx5-qt: remove unused conditional block added in #30714, but it seems to have never been necessary. the test on this block always evaluates false because `XBPS_TARGET_NOATOMIC8` is never set, so it is never run (the variable is actually `XBPS_TARGET_NO_ATOMIC8`). --- srcpkgs/fcitx5-qt/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/fcitx5-qt/template b/srcpkgs/fcitx5-qt/template index 9ba7b1cbbfd..9a15f84124f 100644 --- a/srcpkgs/fcitx5-qt/template +++ b/srcpkgs/fcitx5-qt/template @@ -17,11 +17,6 @@ distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-${version}.t checksum=583ac1055f4bba32a60a41b502b8125409f3f424b2228d9b643c266180a04af3 lib32disabled=yes -if [ "$XBPS_TARGET_NOATOMIC8" ]; then - configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-latomic" - makedepends+=" libatomic-devel" -fi - post_install() { local _file for _file in $(grep -rl 'SPDX-License-Identifier: BSD-3-Clause' qt5 qt6)