From 5b8369ec90b85ab1acc94c34d6a444ad0cee87af 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 3c88aa0bf50c..dbae8b99a5ca 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=21743c4353c793934222fa7115493cd30da9843b4baed22e64bddfa6dd7341a8 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)