[102291] trunk/dports/science/miriad/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Jan 29 21:07:50 PST 2013


Revision: 102291
          https://trac.macports.org/changeset/102291
Author:   jeremyhu at macports.org
Date:     2013-01-29 21:07:50 -0800 (Tue, 29 Jan 2013)
Log Message:
-----------
miriad: Use macports-gcc rather than setting configure.cc directly, maintainer ack via email

Modified Paths:
--------------
    trunk/dports/science/miriad/Portfile

Modified: trunk/dports/science/miriad/Portfile
===================================================================
--- trunk/dports/science/miriad/Portfile	2013-01-30 03:50:46 UTC (rev 102290)
+++ trunk/dports/science/miriad/Portfile	2013-01-30 05:07:50 UTC (rev 102291)
@@ -74,16 +74,7 @@
 }
 
 variant gcc_select conflicts gcc44 gcc45 gcc46 description {Build with compilers chosen via gcc_select -- experts only} {
-    # Setting the compiler to vanilla "gcc" prevents MacPorts from
-    # trying to get fancy with the flags, which probably won't work
-    # with the user's special compiler.
-    configure.compiler  gcc
-    configure.cc        ${prefix}/bin/gcc
-    configure.cpp       ${prefix}/bin/cpp
-    configure.cxx       ${prefix}/bin/g++
-    configure.f77       ${prefix}/bin/gfortran
-    configure.f90       ${prefix}/bin/gfortran
-    configure.fc        ${prefix}/bin/gfortran
+    configure.compiler  macports-gcc
     depends_lib-append  port:gcc_select
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130129/a0e65fb1/attachment.html>


More information about the macports-changes mailing list