diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-07-19 07:59:21 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-07-19 10:54:32 +0200 |
commit | 05c24b1972e682151bb7a7a5327e656e0157a1c4 (patch) | |
tree | 3455dda18a17f59c54c5e9e474fd75c23eafe226 /x11-libs | |
parent | profiles/features/wd40: mask x11-themes/adwaita-icon-theme-legacy (diff) | |
download | gentoo-05c24b1972e682151bb7a7a5327e656e0157a1c4.tar.gz gentoo-05c24b1972e682151bb7a7a5327e656e0157a1c4.tar.bz2 gentoo-05c24b1972e682151bb7a7a5327e656e0157a1c4.zip |
x11-libs/motif: Group all flag-o-matic calls together, drop a comment
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/motif/motif-2.3.8-r6.ebuild | 10 |
1 files 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() { |