The following reply was made to PR ports/153657; it has been noted by GNATS.
From: Anonymous <swel...@gmail.com> To: Andreas Tobler <andre...@freebsd.org> Cc: bug-follo...@freebsd.org Subject: Re: ports/153657: [patch] make lang/python26 work on powerpc Date: Mon, 03 Jan 2011 22:51:59 +0300 Andreas Tobler <andre...@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 _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"