From 42e4e30c876da13ad1dfdb0c3de3be2cf26ee607 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Wed, 14 Dec 2022 11:46:30 +0000 Subject: [PATCH] lang/clover: drop USE_LDCONFIG due to dlopen(3) OpenCL drivers in clover lack headers and unlikely to be usable outside of ocl-icd which uses dlopen(3) to find the drivers via ${PREFIX}/etc/OpenCL/vendors/*.icd (or OCL_ICD_VENDORS). Approved by: manu (on dev-commits-ports-main@ list) --- lang/clover/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lang/clover/Makefile b/lang/clover/Makefile index c8f6dca6412b..c8325d1aad63 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ RUN_DEPENDS= libclc>=0.3.0:devel/libclc \ opencl>=0:devel/opencl -USE_LDCONFIG= yes - .include .include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"