[93300] trunk/dports/math/atlas/Portfile

vince at macports.org vince at macports.org
Sat May 19 04:13:13 PDT 2012


Revision: 93300
          https://trac.macports.org/changeset/93300
Author:   vince at macports.org
Date:     2012-05-19 04:13:08 -0700 (Sat, 19 May 2012)
Log Message:
-----------
Fix a small bug that was preventing default version from building (thanks the buildbot)

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

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2012-05-19 10:37:11 UTC (rev 93299)
+++ trunk/dports/math/atlas/Portfile	2012-05-19 11:13:08 UTC (rev 93300)
@@ -358,7 +358,7 @@
         }
     }
 
-    if {![variant_isset nofortran]} {
+    if {[info exists gccnumber] && ![variant_isset nofortran]} {
         configure.args-append       -C if ${configure.f77}
         configure.args-append       -Ss f77lib ${prefix}/lib/gcc${gccnumber}
     }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120519/7d51f7b8/attachment.html>


More information about the macports-changes mailing list