svn commit: r339131 - head/lang/spidermonkey24

Koop Mast kwm at FreeBSD.org
Wed Jan 8 13:50:37 UTC 2014


Author: kwm
Date: Wed Jan  8 13:50:36 2014
New Revision: 339131
URL: http://svnweb.freebsd.org/changeset/ports/339131

Log:
  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

Modified:
  head/lang/spidermonkey24/Makefile

Modified: head/lang/spidermonkey24/Makefile
==============================================================================
--- head/lang/spidermonkey24/Makefile	Wed Jan  8 13:50:15 2014	(r339130)
+++ head/lang/spidermonkey24/Makefile	Wed Jan  8 13:50:36 2014	(r339131)
@@ -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


More information about the svn-ports-all mailing list