commit: c2ffacfc558ca825975547ed2afa3b2490f2bebe
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 2 22:32:00 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Dec 2 22:34:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ffacfc
x11-wm/fvwm3: drop `-fno-strict-aliasing`
Confirmed with upstream that this is not required for us.
It was once recommended for older compilers on esoteric systems (like
Solaris).
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
x11-wm/fvwm3/fvwm3-1.1.1.ebuild | 3 ---
x11-wm/fvwm3/fvwm3-9999.ebuild | 3 ---
2 files changed, 6 deletions(-)
diff --git a/x11-wm/fvwm3/fvwm3-1.1.1.ebuild b/x11-wm/fvwm3/fvwm3-1.1.1.ebuild
index 227108110a88..3220946f645b 100644
--- a/x11-wm/fvwm3/fvwm3-1.1.1.ebuild
+++ b/x11-wm/fvwm3/fvwm3-1.1.1.ebuild
@@ -106,9 +106,6 @@ PATCHES=(
)
src_configure() {
- # Recommended by upstream for release. Doesn't really matter for live
ebuilds.
- append-flags -fno-strict-aliasing
-
# Signed chars are required.
for arch in arm arm64 ppc ppc64; do
use $arch && append-flags -fsigned-chars
diff --git a/x11-wm/fvwm3/fvwm3-9999.ebuild b/x11-wm/fvwm3/fvwm3-9999.ebuild
index 20ea4b1d2fd7..eb1e06ce19f3 100644
--- a/x11-wm/fvwm3/fvwm3-9999.ebuild
+++ b/x11-wm/fvwm3/fvwm3-9999.ebuild
@@ -102,9 +102,6 @@ RDEPEND="
DEPEND="${COMMON_DEPEND}"
src_configure() {
- # Recommended by upstream for release. Doesn't really matter for live
ebuilds.
- append-flags -fno-strict-aliasing
-
# Signed chars are required.
for arch in arm arm64 ppc ppc64; do
use $arch && append-flags -fsigned-chars