Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2017 22:31:48 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r450700 - head/emulators/mame/files
Message-ID:  <201709262231.v8QMVmeY087902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709262231.v8QMVmeY087902>