[126318] trunk/dports/net/libtorrent-rasterbar/files/ patch-bindings-python-setup.py.diff
David Evans
devans at macports.org
Tue Oct 7 19:41:52 PDT 2014
On 10/7/14 4:54 PM, Ryan Schmidt wrote:
>> On Oct 7, 2014, at 5:30 PM, devans at macports.org wrote:
>>
>> Revision
>> 126318
>> Author
>> devans at macports.org
>> Date
>> 2014-10-07 15:30:57 -0700 (Tue, 07 Oct 2014)
>> Log Message
>>
>> libtorrent-rasterbar: remove cflag that breaks build on 10.6 and possibly earlier.
>> --- trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff 2014-10-07 22:24:19 UTC (rev 126317)
>> +++ trunk/dports/net/libtorrent-rasterbar/files/patch-bindings-python-setup.py.diff 2014-10-07 22:30:57 UTC (rev 126318)
>> @@ -1,15 +1,24 @@
>> ---- bindings/python/setup.py.orig 2014-09-04 18:59:17.000000000 -0700
>> -+++ bindings/python/setup.py 2014-09-10 13:25:03.000000000 -0700
>> +--- bindings/python/setup.py.orig 2014-10-07 15:21:22.000000000 -0700
>> ++++ bindings/python/setup.py 2014-10-07 15:21:33.000000000 -0700
>> @@ -21,8 +21,7 @@
>>
>> def arch():
>> if platform.system() != 'Darwin': return []
>> - a = os.uname()[4]
>> - if a == 'Power Macintosh': a = 'ppc'
>> -+ a = '__MP_BUILD_ARCH__'
>> ++ a = 'x86_64'
>> return ['-arch', a]
>>
>> def target_specific():
> This looks like an unintentional change.
>
>
>
>
Indeed. Fixed in r126335.
Thanks, Ryan.
More information about the macports-dev
mailing list