summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-12-03 08:32:00 +1000
committerMatt Jolly <kangie@gentoo.org>2024-12-03 08:34:00 +1000
commitc2ffacfc558ca825975547ed2afa3b2490f2bebe (patch)
treeddbec8d775cb2ca7ee7d6129eb5ea36338b245ec /x11-wm
parentsys-process/audit: Stabilize 4.0.2-r1 amd64, #945765 (diff)
downloadgentoo-c2ffacfc558ca825975547ed2afa3b2490f2bebe.tar.gz
gentoo-c2ffacfc558ca825975547ed2afa3b2490f2bebe.tar.bz2
gentoo-c2ffacfc558ca825975547ed2afa3b2490f2bebe.zip
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@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fvwm3/fvwm3-1.1.1.ebuild3
-rw-r--r--x11-wm/fvwm3/fvwm3-9999.ebuild3
2 files changed, 0 insertions, 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