View | Details | Raw Unified | Return to bug 277789
Collapse All | Expand All

(-)b/devel/opencl-clang/Makefile (+2 lines)
Lines 53-58 PLIST_FILES= ${_PLIST_FILES:S,^,${FLAVOR}/,} Link Here
53
53
54
.if ${FLAVOR:U} == llvm11 || ${FLAVOR:U} == llvm12 || ${FLAVOR:U} == llvm13 || ${FLAVOR:U} == llvm14 ||  ${FLAVOR:U} == llvm15
54
.if ${FLAVOR:U} == llvm11 || ${FLAVOR:U} == llvm12 || ${FLAVOR:U} == llvm13 || ${FLAVOR:U} == llvm14 ||  ${FLAVOR:U} == llvm15
55
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-common__clang.map
55
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-common__clang.map
56
.else
57
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-opencl__clang.map
56
.endif
58
.endif
57
59
58
.if !defined(DEFAULT_MAKESUM)
60
.if !defined(DEFAULT_MAKESUM)
(-)b/devel/opencl-clang/files/extra-patch-opencl__clang.map (-1 / +13 lines)
Added Link Here
0
- 
1
--- opencl_clang.map.orig	2024-03-18 14:55:35 UTC
2
+++ opencl_clang.map
3
@@ -2,10 +2,7 @@ global:
4
 global:
5
  extern "C" {
6
    CheckCompileOptions;
7
-   CheckLinkOptions;
8
    Compile;
9
-   Link;
10
-   GetKernelArgInfo;
11
    PCM_OPENCL_C_H*;
12
    PCM_OPENCL_C_BASE_H*;
13
    PCM_OPENCL_C_12_SPIR_PCM*;

Return to bug 277789