[70907] trunk/dports/net/libtorrent-rasterbar/files/ patch-bindings-python-setup.py.in.diff

devans at macports.org devans at macports.org
Wed Aug 25 12:35:41 PDT 2010


Revision: 70907
          http://trac.macports.org/changeset/70907
Author:   devans at 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:
--------------
    trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.in.diff

Modified: trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.in.diff
===================================================================
--- 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':
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100825/e834b162/attachment.html>


More information about the macports-changes mailing list