svn commit: r379964 - head/math/miracl
Bryan Drewery
bdrewery at FreeBSD.org
Wed Feb 25 22:03:30 UTC 2015
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
More information about the svn-ports-head
mailing list