svn commit: r482237 - head/emulators/ppsspp

Jan Beich jbeich at FreeBSD.org
Tue Oct 16 17:37:57 UTC 2018


Author: jbeich
Date: Tue Oct 16 17:37:56 2018
New Revision: 482237
URL: https://svnweb.freebsd.org/changeset/ports/482237

Log:
  emulators/ppsspp: unbreak after r482190
  
  SDL/SDLVulkanGraphicsContext.cpp:73:67: error: no member named 'wl' in 'SDL_SysWMinfo::<anonymous union at /usr/local/include/SDL2/SDL_syswm.h:198:5>'
                  vulkan_->InitSurface(WINDOWSYSTEM_WAYLAND, (void*)sys_info.info.wl.display,
                                                                    ~~~~~~~~~~~~~ ^
  
  PR:		223018
  Reported by:	pkg-fallout

Modified:
  head/emulators/ppsspp/Makefile   (contents, props changed)

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Tue Oct 16 16:58:31 2018	(r482236)
+++ head/emulators/ppsspp/Makefile	Tue Oct 16 17:37:56 2018	(r482237)
@@ -74,6 +74,7 @@ SDL_LIB_DEPENDS=	libpng.so:graphics/png
 SDL_VARS=	EXENAME=PPSSPPSDL
 VULKAN_DESC=		Vulkan renderer
 VULKAN_LIB_DEPENDS=	libvulkan.so:graphics/vulkan-loader
+VULKAN_CFLAGS=	-DSDL_VIDEO_DRIVER_WAYLAND # XXX bug 223018, bug 227509
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/Linux/${OPSYS}/' \


More information about the svn-ports-all mailing list