[93343] trunk/dports/devel/tbb/Portfile

jmr at macports.org jmr at macports.org
Sun May 20 10:17:00 PDT 2012


Revision: 93343
          https://trac.macports.org/changeset/93343
Author:   jmr at macports.org
Date:     2012-05-20 10:17:00 -0700 (Sun, 20 May 2012)
Log Message:
-----------
tbb: don't fail to parse because of unknown build_arch

Modified Paths:
--------------
    trunk/dports/devel/tbb/Portfile

Modified: trunk/dports/devel/tbb/Portfile
===================================================================
--- trunk/dports/devel/tbb/Portfile	2012-05-20 17:14:36 UTC (rev 93342)
+++ trunk/dports/devel/tbb/Portfile	2012-05-20 17:17:00 UTC (rev 93343)
@@ -40,8 +40,7 @@
     x86_64 {
         set arch_flag intel64
     }
-    ppc -
-    ppc64 {
+    default {
         set arch_flag ${build_arch}
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120520/b1691ff4/attachment.html>


More information about the macports-changes mailing list