aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-07-14 19:07:06 +0000
committerBrooks Davis <brooks@FreeBSD.org>2023-07-14 19:07:06 +0000
commitb1ffb81458083a5987bfbe1ed3d56fbe218888c8 (patch)
tree79627c499de196a76f0e2f103abf3ea99f2822a2
parent2a9d785d67c6d66268d46f4d3ff0f255dc01e9ea (diff)
downloadports-b1ffb81458083a5987bfbe1ed3d56fbe218888c8.tar.gz
ports-b1ffb81458083a5987bfbe1ed3d56fbe218888c8.zip
devel/llvm-devel: restore delete STATIC_LIBS_DESC
Accidentlly deleted with the introduction of POLLY. Fixes: 2eae0958d55329a790b2f964e4d5d0bc619a8c7d
-rw-r--r--devel/llvm-devel/Makefile2
1 files changed, 2 insertions, 0 deletions
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} \