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`).
This commit is contained in:
classabbyamp 2022-11-18 19:35:22 -05:00 committed by Đoàn Trần Công Danh
parent dc692b9132
commit a8545d67a5
1 changed files with 0 additions and 5 deletions

View File

@ -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)