svn commit: r450700 - head/emulators/mame/files

Jan Beich jbeich at FreeBSD.org
Tue Sep 26 22:31:49 UTC 2017


Author: jbeich
Date: Tue Sep 26 22:31:48 2017
New Revision: 450700
URL: https://svnweb.freebsd.org/changeset/ports/450700

Log:
  emulators/{mame,mess}: unbreak after r450461
  
  ../../../../../src/osd/modules/render/drawbgfx.c:174:8: error: no member named 'sdlSetWindow' in namespace 'bgfx'
          bgfx::sdlSetWindow(window().sdl_window());
          ~~~~~~^
  
  Reported by:	pkg-fallout

Added:
  head/emulators/mame/files/patch-3rdparty_bgfx_include_bgfxplatform.h   (contents, props changed)

Added: head/emulators/mame/files/patch-3rdparty_bgfx_include_bgfxplatform.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/emulators/mame/files/patch-3rdparty_bgfx_include_bgfxplatform.h	Tue Sep 26 22:31:48 2017	(r450700)
@@ -0,0 +1,13 @@
+Catch up with https://hg.libsdl.org/SDL/rev/d11daa346140
+
+--- 3rdparty/bgfx/include/bgfxplatform.h.orig	2015-09-30 06:29:01 UTC
++++ 3rdparty/bgfx/include/bgfxplatform.h
+@@ -186,7 +186,7 @@ namespace bgfx
+ 
+ #endif // BX_PLATFORM_
+ 
+-#if defined(_SDL_syswm_h)
++#if defined(_SDL_syswm_h) || defined(SDL_syswm_h_)
+ // If SDL_syswm.h is included before bgfxplatform.h we can enable SDL window
+ // interop convenience code.
+ 


More information about the svn-ports-all mailing list