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

vince at macports.org vince at macports.org
Wed May 23 04:18:23 PDT 2012


Revision: 93458
          https://trac.macports.org/changeset/93458
Author:   vince at macports.org
Date:     2012-05-23 04:18:22 -0700 (Wed, 23 May 2012)
Log Message:
-----------
Added a missing else clause for choosing correct libgfortran on non-universal builds.

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

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2012-05-23 11:12:56 UTC (rev 93457)
+++ trunk/dports/math/atlas/Portfile	2012-05-23 11:18:22 UTC (rev 93458)
@@ -384,6 +384,9 @@
 						-Ss f77lib ${libgfbasepath}/libgfortran.dylib
 				}
 			}
+		} else {
+		
+			configure.args-append	-Ss f77lib ${libgfbasepath}/libgfortran.dylib
 		}
 	}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120523/755587c1/attachment.html>


More information about the macports-changes mailing list