svn commit: r450232 - head/emulators/rpcs3
Jan Beich
jbeich at FreeBSD.org
Wed Sep 20 20:45:49 UTC 2017
Author: jbeich
Date: Wed Sep 20 20:45:47 2017
New Revision: 450232
URL: https://svnweb.freebsd.org/changeset/ports/450232
Log:
emulators/rpcs3: oops, use CMAKE_BOOL
Modified:
head/emulators/rpcs3/Makefile (contents, props changed)
Modified: head/emulators/rpcs3/Makefile
==============================================================================
--- head/emulators/rpcs3/Makefile Wed Sep 20 20:43:39 2017 (r450231)
+++ head/emulators/rpcs3/Makefile Wed Sep 20 20:45:47 2017 (r450232)
@@ -74,8 +74,7 @@ PULSEAUDIO_CMAKE_BOOL= USE_PULSE
VULKAN_DESC= Vulkan renderer
VULKAN_BUILD_DEPENDS= ${LOCALBASE}/lib/libglslang.a:devel/glslang
VULKAN_LIB_DEPENDS= libvulkan.so:graphics/vulkan-sdk
-VULKAN_CMAKE_BOOL= USE_VULKAN
-VULKAN_CMAKE_ON= -DVULKAN_PREBUILT=on
+VULKAN_CMAKE_BOOL= USE_VULKAN VULKAN_PREBUILT
post-patch:
@${REINPLACE_CMD} -e '/GIT_BRANCH/s/unknown/master/' \
More information about the svn-ports-head
mailing list