summaryrefslogtreecommitdiff
path: root/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-17 12:49:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-17 12:49:11 +0000
commitd1ad4013179c639433bdbfa5025ca403aac0767b (patch)
tree0bbbed0629b48d472cade3335597c635e3722355 /dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
parent2bf68d7062b64d9f815f3b8ce6942a66afe53b0d (diff)
gentoo auto-resync : 17:03:2024 - 12:49:11
Diffstat (limited to 'dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild')
-rw-r--r--dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
index 5dea3a7bde37..75550544e519 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
@@ -31,6 +31,16 @@ src_prepare() {
append-flags -pthread
# fix build with >=sys-devel/gcc-11, bug #787866
sed -i "/^CPPFLAGS/s/=/= -DNO_TLS/" Makefile
+
+ # -Werror=strict-aliasing
+ # https://bugs.gentoo.org/858257
+ #
+ # There is an upstream update to 2.0.8 (lotta new versions!) but it changes
+ # way too much to trivially update. The issue may or may not be fixed.
+ # Before multiple other things bombed out, the erroring source file
+ # *seemed* to compile ok.
+ append-flags -fno-strict-aliasing
+ filter-lto
}
src_compile() {