Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Feb 2015 22:03:29 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379964 - head/math/miracl
Message-ID:  <201502252203.t1PM3TTs058154@svn.freebsd.org>

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

Log:
  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:
  head/math/miracl/Makefile

Modified: head/math/miracl/Makefile
==============================================================================
--- head/math/miracl/Makefile	Wed Feb 25 22:01:09 2015	(r379963)
+++ head/math/miracl/Makefile	Wed Feb 25 22:03:29 2015	(r379964)
@@ -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?201502252203.t1PM3TTs058154>