cgal: upgrade 'perf' compile to clang-mp-3.5 as per #47055
--- 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
}