summaryrefslogtreecommitdiff
path: root/dev-lang/f2c/f2c-20100827-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/f2c/f2c-20100827-r1.ebuild')
-rw-r--r--dev-lang/f2c/f2c-20100827-r1.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-lang/f2c/f2c-20100827-r1.ebuild b/dev-lang/f2c/f2c-20100827-r1.ebuild
index 9293b9d5a313..ef0a15a3ef97 100644
--- a/dev-lang/f2c/f2c-20100827-r1.ebuild
+++ b/dev-lang/f2c/f2c-20100827-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DEB_PV=20100827
DEB_PR=1
@@ -35,6 +35,12 @@ PATCHES=(
)
src_configure() {
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/855593
+ #
+ append-flags -fno-strict-aliasing
+ filter-lto
+
tc-export CC
}