diff options
author | Ronny (tastytea) Gutbrod <gentoo@tastytea.de> | 2022-08-07 19:41:31 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-08-28 11:22:10 +0300 |
commit | b3d64bd03379c7214b8eb6457d88a8cf6558bc8e (patch) | |
tree | bbd738246c510bb238e2afff23c6f7084f14151e /games-simulation | |
parent | games-simulation/simutrans: silence svn and git warnings (diff) | |
download | gentoo-b3d64bd03379c7214b8eb6457d88a8cf6558bc8e.tar.gz gentoo-b3d64bd03379c7214b8eb6457d88a8cf6558bc8e.tar.bz2 gentoo-b3d64bd03379c7214b8eb6457d88a8cf6558bc8e.zip |
games-simulation/simutrans: append -fno-strict-aliasing
Closes: https://bugs.gentoo.org/859229
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/simutrans/simutrans-123.0.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games-simulation/simutrans/simutrans-123.0.1-r1.ebuild b/games-simulation/simutrans/simutrans-123.0.1-r1.ebuild index 0c6442d9b393..72b9bcc3eaab 100644 --- a/games-simulation/simutrans/simutrans-123.0.1-r1.ebuild +++ b/games-simulation/simutrans/simutrans-123.0.1-r1.ebuild @@ -64,6 +64,7 @@ src_prepare() { xdg_environment_reset strip-flags # bug #293927 + append-flags -fno-strict-aliasing # bug #859229 eautoreconf |