[98159] trunk/dports/science/fastcap-wr/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Sep 26 12:08:32 PDT 2012


Revision: 98159
          http://trac.macports.org//changeset/98159
Author:   macsforever2000 at macports.org
Date:     2012-09-26 12:08:31 -0700 (Wed, 26 Sep 2012)
Log Message:
-----------
fastcap-wr: blacklist clang so it builds with Xcode 4.4+. Use the right compiler.

Modified Paths:
--------------
    trunk/dports/science/fastcap-wr/Portfile

Modified: trunk/dports/science/fastcap-wr/Portfile
===================================================================
--- trunk/dports/science/fastcap-wr/Portfile	2012-09-26 16:42:08 UTC (rev 98158)
+++ trunk/dports/science/fastcap-wr/Portfile	2012-09-26 19:08:31 UTC (rev 98159)
@@ -29,6 +29,13 @@
 use_configure    no
 use_parallel_build no
 
+# This port does not build with clang
+compiler.blacklist      clang
+
+build.args-append       CC=${configure.cc} \
+                        CXX=${configure.cxx} \
+                        CPP=${configure.cpp}
+
 destroot {
     xinstall -m 755 -W ${worksrcpath}/bin busgen capgen cubegen fastcap pipedgen pyragen ${destroot}${prefix}/bin
     set docdir ${prefix}/share/doc/fastcap-wr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120926/e9258879/attachment.html>


More information about the macports-changes mailing list