diff options
author | Sam James <sam@gentoo.org> | 2024-03-05 06:49:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-05 06:49:36 +0000 |
commit | e8ee45986e1443d248d1830229fdaaf3c7d4bca0 (patch) | |
tree | fc9bc30dab59416a07456084c5a5b5ea27532ab9 /dev-games | |
parent | sci-libs/alglib: filter LTO, no-SA (diff) | |
download | gentoo-e8ee45986e1443d248d1830229fdaaf3c7d4bca0.tar.gz gentoo-e8ee45986e1443d248d1830229fdaaf3c7d4bca0.tar.bz2 gentoo-e8ee45986e1443d248d1830229fdaaf3c7d4bca0.zip |
dev-games/hawknl: filter LTO, no SA
Dead upstream.
Closes: https://bugs.gentoo.org/855311
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/hawknl/hawknl-1.68-r3.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-games/hawknl/hawknl-1.68-r3.ebuild b/dev-games/hawknl/hawknl-1.68-r3.ebuild index ce4f26e97a9c..4011847e391d 100644 --- a/dev-games/hawknl/hawknl-1.68-r3.ebuild +++ b/dev-games/hawknl/hawknl-1.68-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="A cross-platform network library designed for games" HOMEPAGE="http://www.hawksoft.com/hawknl/" @@ -20,6 +20,10 @@ PATCHES=( "${FILESDIR}"/${P}-build.patch ) src_configure() { tc-export CC + + # bug #855311 + append-flags -fno-strict-aliasing + filter-lto } src_compile() { |