Index: Makefile =================================================================== --- Makefile (revision 530274) +++ Makefile (working copy) @@ -15,11 +15,13 @@ libpng.so:graphics/png \ libavcodec.so:multimedia/ffmpeg -USES= compiler:c++11-lang desktop-file-utils gl pkgconfig \ +USES= compiler:c++11-lang desktop-file-utils dos2unix gl pkgconfig \ qmake:outsource qt:5 sdl USE_GL= gl glu USE_QT= core gui widgets buildtools_build linguisttools_build +DOS2UNIX_FILES= src/c64_class.cpp + USE_SDL= sdl2 image2 USE_GITHUB= yes GH_ACCOUNT= ThKattanek Index: files/patch-src_c64__class.cpp =================================================================== --- files/patch-src_c64__class.cpp (nonexistent) +++ files/patch-src_c64__class.cpp (working copy) @@ -0,0 +1,11 @@ +--- src/c64_class.cpp.orig 2020-04-03 11:33:28 UTC ++++ src/c64_class.cpp +@@ -1757,7 +1757,7 @@ void C64Class::SetFullscreenAspectRatio(bool enable) + void C64Class::AnalyzeSDLEvent(SDL_Event *event) + { + static bool joy_center_flag = true; +- static char joy_axis_tbl[5] = {1,1,0,0,-1}; ++ static signed char joy_axis_tbl[5] = {1,1,0,0,-1}; + + SDL_Keymod keymod; + Property changes on: files/patch-src_c64__class.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