commit:     05c24b1972e682151bb7a7a5327e656e0157a1c4
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 19 05:59:21 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 19 08:54:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c24b19

x11-libs/motif: Group all flag-o-matic calls together, drop a comment

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 x11-libs/motif/motif-2.3.8-r6.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/x11-libs/motif/motif-2.3.8-r6.ebuild 
b/x11-libs/motif/motif-2.3.8-r6.ebuild
index c4fb0c84c9af..384fce5bf78d 100644
--- a/x11-libs/motif/motif-2.3.8-r6.ebuild
+++ b/x11-libs/motif/motif-2.3.8-r6.ebuild
@@ -50,6 +50,9 @@ src_prepare() {
        # bug #80421
        filter-flags -ftracer
 
+       # -Werror=lto-type-mismatch
+       filter-lto
+
        # feel free to fix properly if you care
        append-flags -fno-strict-aliasing
 
@@ -70,13 +73,6 @@ 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() {

Reply via email to