aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-05-14 07:53:46 +0800
committerbapt <bapt@FreeBSD.org>2016-05-14 07:53:46 +0800
commit15666446252eddc052cdc663cea7d72cb0787853 (patch)
tree8f476035c1a427467751722872b8163758320ac4 /devel
parent8b4a64f08190fbf566d0a1c7ac25b7cbbc30e81c (diff)
downloadfreebsd-ports-gnome-15666446252eddc052cdc663cea7d72cb0787853.tar.gz
freebsd-ports-gnome-15666446252eddc052cdc663cea7d72cb0787853.tar.zst
freebsd-ports-gnome-15666446252eddc052cdc663cea7d72cb0787853.zip
Artificially make it require a c11 capable compiler to skip gcc 4.2
Diffstat (limited to 'devel')
-rw-r--r--devel/openmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/openmp/Makefile b/devel/openmp/Makefile
index 870a42f06457..e50ee61d8d7a 100644
--- a/devel/openmp/Makefile
+++ b/devel/openmp/Makefile
@@ -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"