Skip to content

Commit

Permalink
kde-frameworks/ktexttemplate: workaround GCC bug for arm64
Browse files Browse the repository at this point in the history
Bug: https://gcc.gnu.org/PR116783
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
thesamesam committed Sep 20, 2024
1 parent 03328f6 commit f3be399
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion kde-frameworks/ktexttemplate/ktexttemplate-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=8
ECM_TEST="true"
PVCUT=$(ver_cut 1-2)
QTMIN=6.6.2
inherit ecm frameworks.kde.org
inherit ecm flag-o-matic frameworks.kde.org

DESCRIPTION="Library to allow separating the structure of documents from data they contain"

Expand All @@ -20,3 +20,10 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="test? ( dev-qt/qttools:6[linguist] )"

src_configure() {
# https://gcc.gnu.org/PR116783
use arm64 && append-flags $(test-flags-CXX -mno-late-ldp-fusion)

ecm_src_configure
}

0 comments on commit f3be399

Please sign in to comment.