diff options
Diffstat (limited to 'games-emulation/melonds/melonds-0.9.3-r2.ebuild')
-rw-r--r-- | games-emulation/melonds/melonds-0.9.3-r2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-emulation/melonds/melonds-0.9.3-r2.ebuild b/games-emulation/melonds/melonds-0.9.3-r2.ebuild index b1d97b5c25e1..9e88eb4d73ac 100644 --- a/games-emulation/melonds/melonds-0.9.3-r2.ebuild +++ b/games-emulation/melonds/melonds-0.9.3-r2.ebuild @@ -59,6 +59,8 @@ src_prepare() { rm -r ./src/teakra || die filter-lto + append-flags -fno-strict-aliasing + cmake_src_prepare } |