Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 22:13:39 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r379965 - branches/2015Q1/math/miracl
Message-ID:  <201502252213.t1PMDdbV063031@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Wed Feb 25 22:13:38 2015
New Revision: 379965
URL: https://svnweb.freebsd.org/changeset/ports/379965
QAT: https://qat.redports.org/buildarchive/r379965/

Log:
  MFH: r379964
  
  Force using a modern compiler to fix build on 9.3 which has a broken GCC.
  
  The problem was introduced in src r259111 and fixed in r270099.

Modified:
  branches/2015Q1/math/miracl/Makefile
Directory Properties:
  branches/2015Q1/   (props changed)

Modified: branches/2015Q1/math/miracl/Makefile
==============================================================================
--- branches/2015Q1/math/miracl/Makefile	Wed Feb 25 22:03:29 2015	(r379964)
+++ branches/2015Q1/math/miracl/Makefile	Wed Feb 25 22:13:38 2015	(r379965)
@@ -24,7 +24,7 @@ LICENSE_PERMS_COMMERCIAL=	dist-mirror di
 
 ONLY_FOR_ARCHS=	i386 amd64
 
-USES=		zip
+USES=		zip compiler:c++0x
 USE_LDCONFIG=	yes
 
 EXTRACT_BEFORE_ARGS=	-j -L -q



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