diff options
-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() { |