summaryrefslogtreecommitdiff
path: root/www-client/seamonkey/seamonkey-2.53.11.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/seamonkey/seamonkey-2.53.11.ebuild')
-rw-r--r--www-client/seamonkey/seamonkey-2.53.11.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/www-client/seamonkey/seamonkey-2.53.11.ebuild b/www-client/seamonkey/seamonkey-2.53.11.ebuild
index f320a3cdd924..65bb9d6ae249 100644
--- a/www-client/seamonkey/seamonkey-2.53.11.ebuild
+++ b/www-client/seamonkey/seamonkey-2.53.11.ebuild
@@ -412,12 +412,8 @@ src_configure() {
# Work around breakage in makeopts with --no-print-directory
MAKEOPTS="${MAKEOPTS/--no-print-directory/}"
- if [[ $(gcc-major-version) -lt 4 ]] ; then
- append-cxxflags -fno-stack-protector
- elif [[ $(gcc-major-version) -gt 4 || $(gcc-minor-version) -gt 3 ]] ; then
- if use amd64 || use x86 ; then
- append-flags -mno-avx
- fi
+ if use amd64 || use x86 ; then
+ append-flags -mno-avx
fi
# Pass $MAKEOPTS to build system