Revision
70907
Author
devans@macports.org
Date
2010-08-25 12:35:40 -0700 (Wed, 25 Aug 2010)

Log Message

libtorrent-rasterbar: fix patch file for python-setup.py.in, thanks to ryandesign for reporting the error.

Modified Paths

Diff

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':