[99751] trunk/dports/math/qrupdate/Portfile

vince at macports.org vince at macports.org
Fri Nov 16 03:02:05 PST 2012


Revision: 99751
          https://trac.macports.org/changeset/99751
Author:   vince at macports.org
Date:     2012-11-16 03:02:04 -0800 (Fri, 16 Nov 2012)
Log Message:
-----------
Solve a conflict between universal and default +gcc45 variant

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

Modified: trunk/dports/math/qrupdate/Portfile
===================================================================
--- trunk/dports/math/qrupdate/Portfile	2012-11-16 09:44:45 UTC (rev 99750)
+++ trunk/dports/math/qrupdate/Portfile	2012-11-16 11:02:04 UTC (rev 99751)
@@ -117,7 +117,11 @@
 
 if {![variant_isset gcc46] && ![variant_isset gcc47] \
         && ![variant_isset g95]} {
-    default_variants +gcc45
+	if {![variant_isset universal]} {
+		default_variants +gcc45
+	} else {
+		default_variants +gcc46
+	}
 }
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121116/24f86134/attachment.html>


More information about the macports-changes mailing list