diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-07 01:52:17 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-07 11:46:26 +0000 |
commit | 051e3f8eb14bc03c7e1bda9754fb445eba38cffe (patch) | |
tree | c9b59fe58ae852f0525fb23192feb5d18370eb2c /x11-libs | |
parent | sci-libs/libdap: mark as LTO-unsafe, strict-aliasing unsafe (diff) | |
download | gentoo-051e3f8eb14bc03c7e1bda9754fb445eba38cffe.tar.gz gentoo-051e3f8eb14bc03c7e1bda9754fb445eba38cffe.tar.bz2 gentoo-051e3f8eb14bc03c7e1bda9754fb445eba38cffe.zip |
x11-libs/motif: mark as LTO-unsafe
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/motif/motif-2.3.8-r5.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/x11-libs/motif/motif-2.3.8-r5.ebuild b/x11-libs/motif/motif-2.3.8-r5.ebuild index d5de027ad7e8..208377262a2a 100644 --- a/x11-libs/motif/motif-2.3.8-r5.ebuild +++ b/x11-libs/motif/motif-2.3.8-r5.ebuild @@ -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() { |