Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 13:50:36 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339131 - head/lang/spidermonkey24
Message-ID:  <201401081350.s08Doa0S097458@svn.freebsd.org>

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



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