aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2018-10-16 17:37:56 +0000
committerJan Beich <jbeich@FreeBSD.org>2018-10-16 17:37:56 +0000
commit7c7be12d0b437a5e09bfb10235a36e7abf022ccb (patch)
treef5abcb0f0c253252ca76e23f368d240d276b0b4d /emulators
parent84dc2468c6215dc5e26a290df9d846bcba0d23eb (diff)
downloadports-7c7be12d0b437a5e09bfb10235a36e7abf022ccb.tar.gz
ports-7c7be12d0b437a5e09bfb10235a36e7abf022ccb.zip
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
Notes
Notes: svn path=/head/; revision=482237
Diffstat (limited to 'emulators')
-rw-r--r--emulators/ppsspp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile
index 23482de31694..439a9b4daa99 100644
--- a/emulators/ppsspp/Makefile
+++ b/emulators/ppsspp/Makefile
@@ -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}/' \