Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2023 19:07:19 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: b1ffb8145808 - main - devel/llvm-devel: restore delete STATIC_LIBS_DESC
Message-ID:  <202307141907.36EJ7JKv061038@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=b1ffb81458083a5987bfbe1ed3d56fbe218888c8

commit b1ffb81458083a5987bfbe1ed3d56fbe218888c8
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2023-07-14 19:07:06 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2023-07-14 19:07:06 +0000

    devel/llvm-devel: restore delete STATIC_LIBS_DESC
    
    Accidentlly deleted with the introduction of POLLY.
    
    Fixes:          2eae0958d55329a790b2f964e4d5d0bc619a8c7d
---
 devel/llvm-devel/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index c3614ba5f7f8..17d2ef6895c2 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -171,6 +171,8 @@ OPENMP_CMAKE_ON=	-DLIBOMPTARGET_BUILD_DEVICERTL_BCLIB=OFF
 OPENMP_PORTDOCS=	openmp
 POLLY_DESC=		Polyhedral loop and data-locality optimizer
 POLLY_PORTDOCS=	polly
+STATIC_LIBS_DESC= Install static libraries (does not effect sanitizers)
+
 CONFLICTS_INSTALL=	${PORTNAME}${LLVM_SUFFIX} ${PORTNAME}${LLVM_SUFFIX}-lite
 
 PLIST_SUB+=	LLVM_MAJOR=${LLVM_MAJOR} \



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