devel/openmp: adjust COMMENT and describe SOVERSION hack

This commit is contained in:
Jan Beich 2016-11-12 18:37:28 +00:00
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

View file

@ -7,7 +7,7 @@ CATEGORIES= devel
MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/ MASTER_SITES= http://llvm.org/releases/${PORTVERSION}/
MAINTAINER= bapt@FreeBSD.org MAINTAINER= bapt@FreeBSD.org
COMMENT= Support for the OpenMP language COMMENT= Open Multi-Processing runtime for LLVM/Clang
LICENSE= MIT LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_FILE= ${WRKSRC}/LICENSE.txt

View file

@ -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.orig 2016-06-28 19:25:13 UTC
+++ runtime/src/CMakeLists.txt +++ runtime/src/CMakeLists.txt
@@ -235,6 +235,8 @@ if(WIN32) @@ -235,6 +235,8 @@ if(WIN32)