diff options
author | kwm <kwm@FreeBSD.org> | 2014-01-08 21:50:36 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-01-08 21:50:36 +0800 |
commit | 3cd32f02a3f0def1d269e3cf85ca5954ecb4444f (patch) | |
tree | 88fbc740389b21ecb85cdb14675bf123ab8a09f6 /lang | |
parent | c43c346a5175e77fa206ce898045e0d9faeb8047 (diff) | |
download | freebsd-ports-gnome-3cd32f02a3f0def1d269e3cf85ca5954ecb4444f.tar.gz freebsd-ports-gnome-3cd32f02a3f0def1d269e3cf85ca5954ecb4444f.tar.zst freebsd-ports-gnome-3cd32f02a3f0def1d269e3cf85ca5954ecb4444f.zip |
Add USES=compiler:c11. We need clang or GCC 4.4+.
This fixes the build on 8.x and 9.x.
Submitted by: beefy builders
Diffstat (limited to 'lang')
-rw-r--r-- | lang/spidermonkey24/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spidermonkey24/Makefile b/lang/spidermonkey24/Makefile index c0e54013997b..39363f0dada2 100644 --- a/lang/spidermonkey24/Makefile +++ b/lang/spidermonkey24/Makefile @@ -19,7 +19,7 @@ CONFLICTS= njs-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes -USES= gmake pathfix perl5 +USES= compiler:c11 gmake pathfix perl5 USE_PERL5= build USE_LDCONFIG= yes USE_PYTHON_BUILD= -2.7 |