Modified: trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.in.diff (70906 => 70907)
--- trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.in.diff 2010-08-25 19:02:43 UTC (rev 70906)
+++ trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.in.diff 2010-08-25 19:35:40 UTC (rev 70907)
@@ -6,7 +6,7 @@
if platform.system() != 'Darwin': return []
- a = os.uname()[4]
- if a == 'Power Macintosh': a = 'ppc'
-+ a = 'x86_64'
++ a = '__MP_BUILD_ARCH__'
return ['-arch', a]
if platform.system() == 'Windows':