From 4efe7bdc2b134fa5d608fb76de973c50b149f843 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 18 Dec 2020 19:16:37 +0000 Subject: Mark various ports as BROKEN with Mono 5.20, and, in some other cases, Mono 6.8. PR: 238089 Submitted by: cem Obtained from: lonesome.com build regression testing --- emulators/mesen/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'emulators/mesen') diff --git a/emulators/mesen/Makefile b/emulators/mesen/Makefile index 20dfae1bb70f..874c3eafd98d 100644 --- a/emulators/mesen/Makefile +++ b/emulators/mesen/Makefile @@ -62,6 +62,12 @@ MONO_DESKTOP_ENTRIES= "Mesen" "NES/Famicom Emulator" \ LIBRETRO_ALL_TARGET= libretro +.include + +.if defined(MONO_DEFAULT) && ${MONO_DEFAULT} > 5.10 +BROKEN= fails to build with Mono version ${MONO_DEFAULT}: The imported project "/usr/local/lib/mono/msbuild/15.0/bin/Roslyn/Microsoft.CSharp.Core.targets" was not found +.endif + do-install: # empty to avoid default do-install-MONO-on: @@ -87,4 +93,4 @@ do-install-LIBRETRO-on: ${INSTALL_LIB} ${WRKSRC}/bin/mesen_libretro.${MESEN_ARCH}.so \ ${STAGEDIR}${PREFIX}/lib/libretro/mesen_libretro.so -.include +.include -- cgit v1.2.3