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)
This commit is contained in:
Jan Beich 2022-12-14 11:46:30 +00:00
parent d3431fe0b2
commit 42e4e30c87

View file

@ -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 <bsd.port.options.mk>
.include "${.CURDIR:H:H}/graphics/mesa-dri/Makefile.common"