IO= HASH
OPTIONS_RADIO_HASH=FNV SIPHASH
OPTIONS_SUB= yes
@@ -43,6 +44,7 @@
NLS_DESC= Enable gettext support for the locale module
PYMALLOC_DESC= Enable specialized mallocs
TSC_DESC= Enable processor timestamp counter profiling
+PORT_FFI_
ython34/pkg-plist
>
> Hi,
>
> This fails to build on i386 (_ctypes/libffi error)
Take a look at my patch posted to this list late last night (PDT).
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
GS+= --with-system-ffi
+BUILD_DEPENDS+= libffi>=0:${PORTSDIR}/devel/libffi
+RUN_DEPENDS+=libffi>=0:${PORTSDIR}/devel/libffi
+.endif
+
.if !empty(ABIFLAGS)
PLIST_FILES+= bin/python3.4%%ABI%%
PLIST_FILES+= bin/python3.4%%ABI%%-config
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://ww
arcus.
Please go ahead and commit this.^U I decided to expedite and do it myself.
Thanks again.
--
Cheers,
Cy Schubert
FreeBSD UNIX: Web: http://www.FreeBSD.org
The need of the many outweighs the greed of the few.
___
freebsd-p