From e886de903d35d7fa1c7cbcad9401ab682ddee725 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 17 Nov 2021 22:36:39 +1000 Subject: [PATCH] mgba: bump version --- games-emulation/mgba/{mgba-0.9.1.recipe => mgba-0.9.2.recipe} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename games-emulation/mgba/{mgba-0.9.1.recipe => mgba-0.9.2.recipe} (97%) diff --git a/games-emulation/mgba/mgba-0.9.1.recipe b/games-emulation/mgba/mgba-0.9.2.recipe similarity index 97% rename from games-emulation/mgba/mgba-0.9.1.recipe rename to games-emulation/mgba/mgba-0.9.2.recipe index 8d8f36932..f70365de5 100644 --- a/games-emulation/mgba/mgba-0.9.1.recipe +++ b/games-emulation/mgba/mgba-0.9.2.recipe @@ -14,7 +14,7 @@ COPYRIGHT="2013-2021 Jeffrey Pfau" LICENSE="MPL v2.0" REVISION="1" SOURCE_URI="https://github.com/mgba-emu/mgba/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="c1e5f6c7635dfb015f8c9466638dd55ee7747cdfb0ca69017baf15ec19d727f9" +CHECKSUM_SHA256="29ca22ebc56b26a4e7224efbb5fa12c9c006563d41990afb0874d048db76add4" ADDITIONAL_FILES="mgba.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -86,6 +86,7 @@ BUILD_PREREQUIRES=" BUILD() { cmake . $cmakeDirArgs \ + -DCMAKE_BUILD_TYPE=Release \ -GNinja \ -DBUILD_GL=OFF \ -DBUILD_GLES2=OFF \