x11-libs/motif: mark as LTO-unsafe

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz 2024-03-07 01:52:17 -05:00 committed by Sam James
parent d43c4ffe6a
commit 051e3f8eb1
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -68,6 +68,13 @@ src_prepare() {
# remember the name of the C compiler for the native ABI
MY_NATIVE_CC=$(tc-getCC)
# -Werror=lto-type-mismatch
#
# Helpfully, the motif bugtracker is entirely down. They are also
# on sourceforge but only for merge requests? The project is a
# fascinating kind of ghostly haunting. Punting on reporting... for now.
filter-lto
}
multilib_src_configure() {