Revision: 134562 https://trac.macports.org/changeset/134562 Author: vince@macports.org Date: 2015-03-30 02:09:42 -0700 (Mon, 30 Mar 2015) Log Message: ----------- cgal: upgrade 'perf' compile to clang-mp-3.5 as per #47055 Modified Paths: -------------- trunk/dports/gis/cgal/Portfile Modified: trunk/dports/gis/cgal/Portfile =================================================================== --- trunk/dports/gis/cgal/Portfile 2015-03-30 08:46:40 UTC (rev 134561) +++ trunk/dports/gis/cgal/Portfile 2015-03-30 09:09:42 UTC (rev 134562) @@ -50,7 +50,7 @@ compiler.blacklist-append gcc-4.0 variant perf description {optimize code for current arch} { - configure.compiler macports-clang-3.3 + configure.compiler macports-clang-3.5 configure.optflags -O3 -pipe -march=native }