ports/153657: [patch] make lang/python26 work on powerpc
Anonymous
swell.k at gmail.com
Mon Jan 3 20:00:29 UTC 2011
The following reply was made to PR ports/153657; it has been noted by GNATS.
From: Anonymous <swell.k at gmail.com>
To: Andreas Tobler <andreast at FreeBSD.org>
Cc: bug-followup at FreeBSD.org
Subject: Re: ports/153657: [patch] make lang/python26 work on powerpc
Date: Mon, 03 Jan 2011 22:51:59 +0300
Andreas Tobler <andreast at FreeBSD.org> writes:
> --- Modules/_ctypes/libffi/src/powerpc/ffitarget.h.orig 2009-12-28 12:29:03.000000000 +0000
> +++ Modules/_ctypes/libffi/src/powerpc/ffitarget.h 2009-12-28 12:30:11.000000000 +0000
> @@ -78,6 +78,8 @@
> FFI_SYSV,
> FFI_GCC_SYSV,
> FFI_LINUX64,
> + FFI_LINUX,
> + FFI_LINUX_SOFT_FLOAT,
> FFI_DEFAULT_ABI = FFI_SYSV,
> #endif
Alternatively, one can use non-bundled version of libffi -
devel/libffi (3.0.9), e.g. ports/146823.
lang/python25 contains libffi-2.1
lang/python26 contains libffi-3.0.5
lang/python27 contains libffi-3.0.10
More information about the freebsd-python
mailing list