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)