summaryrefslogtreecommitdiff
path: root/games-emulation/melonds/melonds-0.9.3-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-23 20:51:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-23 20:51:24 +0100
commitfceabcd48faf4c890719a14ac4ed93b6b7993364 (patch)
tree509e41dc22637aa99b763e5fc14944d8e235c304 /games-emulation/melonds/melonds-0.9.3-r2.ebuild
parent674b648c65d37f018cecade7f66ab3162ed94a8e (diff)
gentoo auto-resync : 23:07:2022 - 20:51:24
Diffstat (limited to 'games-emulation/melonds/melonds-0.9.3-r2.ebuild')
-rw-r--r--games-emulation/melonds/melonds-0.9.3-r2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/melonds/melonds-0.9.3-r2.ebuild b/games-emulation/melonds/melonds-0.9.3-r2.ebuild
index 0cde97c7b287..b1d97b5c25e1 100644
--- a/games-emulation/melonds/melonds-0.9.3-r2.ebuild
+++ b/games-emulation/melonds/melonds-0.9.3-r2.ebuild
@@ -6,7 +6,7 @@ EAPI=8
MY_PN="melonDS"
MY_P="${MY_PN}-${PV}"
-inherit cmake readme.gentoo-r1 toolchain-funcs xdg
+inherit cmake flag-o-matic readme.gentoo-r1 toolchain-funcs xdg
DESCRIPTION="Nintendo DS emulator, sorta"
HOMEPAGE="
@@ -58,6 +58,7 @@ PATCHES=( "${FILESDIR}"/melonds-system-teakra.patch )
src_prepare() {
rm -r ./src/teakra || die
+ filter-lto
cmake_src_prepare
}