Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Nov 2014 09:12:39 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372098 - head/lang/python34
Message-ID:  <201411030912.sA39CdOd079046@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411030912.sA39CdOd079046>