svn commit: r415162 - head/devel/openmp

Baptiste Daroussin bapt at FreeBSD.org
Fri May 13 23:53:48 UTC 2016


Author: bapt
Date: Fri May 13 23:53:46 2016
New Revision: 415162
URL: https://svnweb.freebsd.org/changeset/ports/415162

Log:
  Artificially make it require a c11 capable compiler to skip gcc 4.2

Modified:
  head/devel/openmp/Makefile

Modified: head/devel/openmp/Makefile
==============================================================================
--- head/devel/openmp/Makefile	Fri May 13 23:49:59 2016	(r415161)
+++ head/devel/openmp/Makefile	Fri May 13 23:53:46 2016	(r415162)
@@ -12,7 +12,7 @@ COMMENT=	Support for the OpenMP language
 
 LICENSE=	MIT
 
-USES=	tar:xz cmake perl5
+USES=	tar:xz cmake perl5 compiler:c11
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 CMAKE_ARGS=	-DLIBOMP_LIBFLAGS:STRING="-Wl,-soname,libomp.so.0"


More information about the svn-ports-all mailing list