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:
parent
d3431fe0b2
commit
42e4e30c87
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue