[110048] trunk/dports/science/root/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 25 09:44:42 PDT 2013


Revision: 110048
          https://trac.macports.org/changeset/110048
Author:   ryandesign at macports.org
Date:     2013-08-25 09:44:42 -0700 (Sun, 25 Aug 2013)
Log Message:
-----------
root: ensure we don't find a Fortran compiler if we didn't want one (#40226)

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

Modified: trunk/dports/science/root/Portfile
===================================================================
--- trunk/dports/science/root/Portfile	2013-08-25 16:36:09 UTC (rev 110047)
+++ trunk/dports/science/root/Portfile	2013-08-25 16:44:42 UTC (rev 110048)
@@ -53,6 +53,9 @@
         --with-ld=${configure.cxx}
     if { ${configure.f77} != "" } {
         configure.args-append --with-f77=${configure.f77}
+    } else {
+        # Set something configure will fail to find
+        configure.args-append --with-f77="NONE"
     }
     # the build type (32 or 64 bit) -must- be for first argument
     if {${build_arch} == "i386" || ${build_arch} == "ppc"} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130825/3f647449/attachment.html>


More information about the macports-changes mailing list