[97045] trunk/dports/math/pecco/Portfile

hum at macports.org hum at macports.org
Sat Aug 25 06:03:01 PDT 2012


Revision: 97045
          https://trac.macports.org/changeset/97045
Author:   hum at macports.org
Date:     2012-08-25 06:02:59 -0700 (Sat, 25 Aug 2012)
Log Message:
-----------
pecco: use llvm-gcc-4.2 instead of clang.

Modified Paths:
--------------
    trunk/dports/math/pecco/Portfile

Modified: trunk/dports/math/pecco/Portfile
===================================================================
--- trunk/dports/math/pecco/Portfile	2012-08-25 12:50:09 UTC (rev 97044)
+++ trunk/dports/math/pecco/Portfile	2012-08-25 13:02:59 UTC (rev 97045)
@@ -21,6 +21,10 @@
 
 use_bzip2           yes
 
+if {${configure.compiler} == "clang"} {
+    configure.compiler llvm-gcc-4.2
+}
+
 post-destroot {
     file mkdir ${destroot}${prefix}/share/doc/${name}
     xinstall -m 644 -W ${worksrcpath} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120825/d6393c01/attachment.html>


More information about the macports-changes mailing list