commit: 9635a49b477a2abe732553c0ee7e665a201f78f1
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 7 06:52:06 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 7 06:52:06 2026 +0000
URL: https://gitweb.gentoo.org/repo/dev/ulm.git/commit/?id=9635a49b
x11-libs/motif: Drop -fno-strict-aliasing flag
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
x11-libs/motif/motif-9999.ebuild | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/x11-libs/motif/motif-9999.ebuild b/x11-libs/motif/motif-9999.ebuild
index 625b8f5..0c8abc6 100644
--- a/x11-libs/motif/motif-9999.ebuild
+++ b/x11-libs/motif/motif-9999.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit autotools flag-o-matic multilib-minimal toolchain-funcs virtualx
+inherit autotools multilib-minimal toolchain-funcs virtualx
if [[ ${PV} = 9999 ]]; then
inherit git-r3
@@ -51,9 +51,6 @@ src_prepare() {
AT_M4DIR=. eautoreconf
- # feel free to fix properly if you care
- append-flags -fno-strict-aliasing
-
if use !elibc_glibc && use !elibc_musl; then
# libiconv detection in configure script doesn't always work
# http://bugs.motifzone.net/show_bug.cgi?id=1423