Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Sep 2023 15:29:18 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e198f066ecc3 - main - devel/llvm11: fix build with lld 17
Message-ID:  <202309211529.38LFTIjT090233@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309211529.38LFTIjT090233>