FreeBSD Bugzilla – Attachment 256041 Details for
Bug 283489
emulators/flycast: unbreak build after graphics/glslang 15.1.0_1 update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
unbreak build
0001-emulators-flycast-unbreak-build-after-graphics-glsla.patch (text/plain), 1.22 KB, created by
Stefan Schlosser
on 2024-12-22 10:19:18 UTC
(
hide
)
Description:
unbreak build
Filename:
MIME Type:
Creator:
Stefan Schlosser
Created:
2024-12-22 10:19:18 UTC
Size:
1.22 KB
patch
obsolete
>From 31f63f8b1126ce15287be9fd1962aec9a0c69d22 Mon Sep 17 00:00:00 2001 >From: Stefan Schlosser <bsdcode@disroot.org> >Date: Sun, 22 Dec 2024 11:02:29 +0100 >Subject: [PATCH] emulators/flycast: unbreak build after graphics/glslang > 15.1.0_1 update > >After the update of graphics/glslang to 15.1.0_1 (see PR 283325), the build >fails at configuration stage by not finding the FindSPIRV-Tools-opt.cmake module. >Unbreak the build by adding graphics/spirv-tools to the BUILD_DEPENDS list when >building with vulkan support. >--- > emulators/flycast/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/emulators/flycast/Makefile b/emulators/flycast/Makefile >index 2c8eb537a503..3ab8a17c32e2 100644 >--- a/emulators/flycast/Makefile >+++ b/emulators/flycast/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= flycast > DISTVERSIONPREFIX= v > DISTVERSION= 2.4 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= emulators > > MAINTAINER= bsdcode@disroot.org >@@ -52,6 +52,7 @@ PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio > PULSEAUDIO_CMAKE_BOOL= USE_PULSEAUDIO > > VULKAN_BUILD_DEPENDS= glslang:graphics/glslang \ >+ spirv-tools>0:graphics/spirv-tools \ > vulkan-headers>0:graphics/vulkan-headers > VULKAN_CMAKE_BOOL= USE_HOST_GLSLANG USE_VULKAN > >-- >2.47.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
bsdcode
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 283489
: 256041