diff options
-rw-r--r-- | x11-wm/fvwm3/fvwm3-1.1.1.ebuild | 3 | ||||
-rw-r--r-- | x11-wm/fvwm3/fvwm3-9999.ebuild | 3 |
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 |