svn commit: r379965 - branches/2015Q1/math/miracl

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 25 22:13:39 UTC 2015


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


More information about the svn-ports-all mailing list