Date: Wed, 21 Apr 2010 20:42:32 -0500 From: Mark Linimon <linimon@lonesome.com> To: python@FreeBSD.org Cc: Mark Linimon <linimon@lonesome.com> Subject: RFC: review a patch to lang/python26 Message-ID: <20100422014232.GA12689@lonesome.com>
next in thread | raw e-mail | index | archive | help
This is to (partially) fix the build on powerpc. (FWIW, the powerpc build claims that 5171 other ports depend on it ...) It has been tested on powerpc. It shouldn't have an effect anywhere else, but I haven't tinderboxed it yet. The patch appears to be pretty trivial. (This is the diff to the existing entry in the files/ subdirectory). Thanks. mcl Index: patch-Modules-_ctypes-libffi-configure =================================================================== RCS file: /home/FreeBSD/pcvs/ports/lang/python26/files/patch-Modules-_ctypes-libffi-configure,v retrieving revision 1.2 diff -u -r1.2 patch-Modules-_ctypes-libffi-configure --- patch-Modules-_ctypes-libffi-configure 13 Oct 2008 08:22:58 -0000 1.2 +++ patch-Modules-_ctypes-libffi-configure 22 Mar 2010 06:44:33 -0000 @@ -5,7 +5,7 @@ ;; -x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ -+amd64-*-freebsd*|x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ ++amd64-*-freebsd*|x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|powerpc-*-freebsd*| \ s390*-*linux*|sparc*-*linux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100422014232.GA12689>