[100563] trunk/dports/devel/tbb/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Dec 15 12:04:21 PST 2012
Revision: 100563
https://trac.macports.org/changeset/100563
Author: ryandesign at macports.org
Date: 2012-12-15 12:04:21 -0800 (Sat, 15 Dec 2012)
Log Message:
-----------
tbb: fix build on 32-bit Intel and maybe PowerPC systems (#35990)
Modified Paths:
--------------
trunk/dports/devel/tbb/Portfile
Modified: trunk/dports/devel/tbb/Portfile
===================================================================
--- trunk/dports/devel/tbb/Portfile 2012-12-15 18:24:13 UTC (rev 100562)
+++ trunk/dports/devel/tbb/Portfile 2012-12-15 20:04:21 UTC (rev 100563)
@@ -35,11 +35,14 @@
switch ${build_arch} {
i386 {
- set arch_flag intel32
+ set arch_flag ia32
}
x86_64 {
set arch_flag intel64
}
+ ppc {
+ set arch_flag ppc32
+ }
default {
set arch_flag ${build_arch}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121215/3bb19e56/attachment.html>
More information about the macports-changes
mailing list