git: 7f3445b574ea - main - graphics/vulkan-validation-layers: drop USE_LDCONFIG due to dlopen(3)

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 01 Jan 2024 00:42:48 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7f3445b574eab07684f6309e183293315248daff

commit 7f3445b574eab07684f6309e183293315248daff
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-01-01 00:21:18 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-01-01 00:37:56 +0000

    graphics/vulkan-validation-layers: drop USE_LDCONFIG due to dlopen(3)
    
    See VK_LOADER_LAYERS_ENABLE, VK_INSTANCE_LAYERS, etc in graphics/vulkan-loader
---
 graphics/vulkan-validation-layers/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/graphics/vulkan-validation-layers/Makefile b/graphics/vulkan-validation-layers/Makefile
index 44d901ba359f..041fc99cf01a 100644
--- a/graphics/vulkan-validation-layers/Makefile
+++ b/graphics/vulkan-validation-layers/Makefile
@@ -15,7 +15,6 @@ BUILD_DEPENDS=	robin-hood-hashing>0:devel/robin-hood-hashing \
 
 USES=		alias cmake compiler:c++11-lib pkgconfig python:build
 USE_GITHUB=	yes
-USE_LDCONFIG=	yes
 GH_ACCOUNT=	KhronosGroup
 GH_PROJECT=	Vulkan-ValidationLayers
 GH_TUPLE=	KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-332-g1c6bb27:headers/SPIRV-Headers \