Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 May 2016 23:53:47 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415162 - head/devel/openmp
Message-ID:  <201605132353.u4DNrlOh053966@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



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