[70903] trunk/dports/net/libtorrent-rasterbar
Ryan Schmidt
ryandesign at macports.org
Wed Aug 25 12:19:13 PDT 2010
On Aug 25, 2010, at 12:37, devans at macports.org wrote:
> Revision: 70903
> http://trac.macports.org/changeset/70903
> Author: devans at macports.org
> Date: 2010-08-25 10:37:56 -0700 (Wed, 25 Aug 2010)
> Log Message:
> -----------
> libtorrent-rasterbar: apply upstream fix for compatibility with boost 1.44.
> @@ -23,8 +23,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]
>
> if platform.system() == 'Windows':
Surely this change is not right (would cause the build to fail on PowerPC) and should be reverted?
More information about the macports-dev
mailing list