mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
devel/openmp: adjust COMMENT and describe SOVERSION hack
This commit is contained in:
parent
cb87ef30c7
commit
45e98d6b7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425982
2 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ CATEGORIES= devel
|
|||
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Support for the OpenMP language
|
||||
COMMENT= Open Multi-Processing runtime for LLVM/Clang
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
Prevent consumers from picking up libomp.so from devel/llvm* ports
|
||||
|
||||
--- runtime/src/CMakeLists.txt.orig 2016-06-28 19:25:13 UTC
|
||||
+++ runtime/src/CMakeLists.txt
|
||||
@@ -235,6 +235,8 @@ if(WIN32)
|
||||
|
|
Loading…
Add table
Reference in a new issue