[40066] trunk/dports/lang/apple-gcc33/Portfile
mww at macports.org
mww at macports.org
Fri Sep 19 05:55:21 PDT 2008
Revision: 40066
http://trac.macports.org/changeset/40066
Author: mww at macports.org
Date: 2008-09-19 05:55:18 -0700 (Fri, 19 Sep 2008)
Log Message:
-----------
does not compile on Intel Macs
Modified Paths:
--------------
trunk/dports/lang/apple-gcc33/Portfile
Modified: trunk/dports/lang/apple-gcc33/Portfile
===================================================================
--- trunk/dports/lang/apple-gcc33/Portfile 2008-09-19 08:12:40 UTC (rev 40065)
+++ trunk/dports/lang/apple-gcc33/Portfile 2008-09-19 12:55:18 UTC (rev 40066)
@@ -53,3 +53,11 @@
livecheck.check moddate
livecheck.url ${master_sites}
+platform i386 {}
+
+pre-fetch {
+ if {[variant_isset i386]} {
+ return -code error "${name} is not supported on Intel Macs!"
+ }
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080919/9a26b0d9/attachment.html
More information about the macports-changes
mailing list