git: e198f066ecc3 - main - devel/llvm11: fix build with lld 17

From: Brooks Davis <brooks_at_FreeBSD.org>
Date: Thu, 21 Sep 2023 15:29:18 UTC
The branch main has been updated by brooks:

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

commit e198f066ecc3c6dc0a86a75629eba3922ff43f40
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-09-21 11:00:08 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-09-21 15:23:31 +0000

    devel/llvm11: fix build with lld 17
    
    PR:             273959
---
 devel/llvm11/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/llvm11/Makefile b/devel/llvm11/Makefile
index 344ccde0df79..0b0094609bdf 100644
--- a/devel/llvm11/Makefile
+++ b/devel/llvm11/Makefile
@@ -156,6 +156,7 @@ OPENMP_CMAKE_ON= \
 	-DLIBOMPTARGET_DEP_LIBFFI_INCLUDE_DIR="" \
 	-DLIBOMPTARGET_DEP_LIBFFI_LIBRARIES=""
 OPENMP_DISTFILES=	openmp-${DISTVERSION}.src${EXTRACT_SUFX}
+OPENMP_EXTRA_PATCHES=	${PATCHDIR}/openmp
 PYCLANG_DESC=		Install python bindings to libclang
 PYCLANG_IMPLIES=	CLANG
 PYCLANG_VARS=		_USES_PYTHON=python