Index: head/games/libretro-bluemsx/Makefile =================================================================== --- head/games/libretro-bluemsx/Makefile (revision 565316) +++ head/games/libretro-bluemsx/Makefile (revision 565317) @@ -1,29 +1,26 @@ # $FreeBSD$ PORTNAME= libretro-bluemsx PORTVERSION= 0.20200504 CATEGORIES= games MAINTAINER= menelkir@itroll.org COMMENT= Port of blueMSX to the libretro API LICENSE= GPLv3 -BROKEN_aarch64= error: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] -BROKEN_riscv64= error: constant expression evaluates to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing] - USES= compiler:c++11-lib gmake USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= libretro GH_PROJECT= blueMSX-libretro GH_TAGNAME= 7a1d40e PLIST_FILES= lib/libretro/bluemsx_libretro.so do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; ${INSTALL_LIB} ${WRKSRC}/bluemsx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; .include Index: head/games/libretro-bluemsx/files/patch-Src_SoundChips_OpenMsxYM2413.cpp =================================================================== --- head/games/libretro-bluemsx/files/patch-Src_SoundChips_OpenMsxYM2413.cpp (nonexistent) +++ head/games/libretro-bluemsx/files/patch-Src_SoundChips_OpenMsxYM2413.cpp (revision 565317) @@ -0,0 +1,11 @@ +--- Src/SoundChips/OpenMsxYM2413.cpp.orig 2021-02-15 16:41:14 UTC ++++ Src/SoundChips/OpenMsxYM2413.cpp +@@ -304,7 +304,7 @@ static const byte lfo_am_table[LFO_AM_TAB_ELEMENTS] = + }; + + // LFO Phase Modulation table (verified on real YM2413) +-static const char lfo_pm_table[8 * 8] = ++static const signed char lfo_pm_table[8 * 8] = + { + // FNUM2/FNUM = 0 00xxxxxx (0x0000) + 0, 0, 0, 0, 0, 0, 0, 0, Property changes on: head/games/libretro-bluemsx/files/patch-Src_SoundChips_OpenMsxYM2413.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property