svn commit: r372098 - head/lang/python34

Dmitry Sivachenko demon at FreeBSD.org
Mon Nov 3 09:12:39 UTC 2014


Author: demon
Date: Mon Nov  3 09:12:38 2014
New Revision: 372098
URL: https://svnweb.freebsd.org/changeset/ports/372098
QAT: https://qat.redports.org/buildarchive/r372098/

Log:
  Add a reference to python issue regarding i386 compilation failure with
  bundled libffi

Modified:
  head/lang/python34/Makefile

Modified: head/lang/python34/Makefile
==============================================================================
--- head/lang/python34/Makefile	Mon Nov  3 07:42:38 2014	(r372097)
+++ head/lang/python34/Makefile	Mon Nov  3 09:12:38 2014	(r372098)
@@ -85,6 +85,7 @@ CONFIGURE_ARGS+=	--with-system-ffi
 LIB_DEPENDS+=	libffi.so:${PORTSDIR}/devel/libffi
 .else
 .if ${ARCH} == i386
+# http://bugs.python.org/issue22521
 BROKEN=		You must use libffi from ports on i386
 .endif
 .endif


More information about the svn-ports-all mailing list