|
Lines 54-61
Link Here
|
| 54 |
UCS4 "Use UCS4 for unicode support" on \ |
54 |
UCS4 "Use UCS4 for unicode support" on \ |
| 55 |
PYMALLOC "Use python's internal malloc" on \ |
55 |
PYMALLOC "Use python's internal malloc" on \ |
| 56 |
IPV6 "Enable IPv6 support" on \ |
56 |
IPV6 "Enable IPv6 support" on \ |
| 57 |
FPECTL "Enable floating point exception handling" off \ |
57 |
FPECTL "Enable floating point exception handling" off |
| 58 |
SYS_LIBFFI "Use libffi from ports rather than internal" off |
|
|
| 59 |
|
58 |
|
| 60 |
.include <bsd.port.pre.mk> |
59 |
.include <bsd.port.pre.mk> |
| 61 |
|
60 |
|
|
Lines 146-156
Link Here
|
| 146 |
CONFIGURE_ARGS+= --with-fpectl |
145 |
CONFIGURE_ARGS+= --with-fpectl |
| 147 |
.endif |
146 |
.endif |
| 148 |
|
147 |
|
| 149 |
.if defined(WITH_SYS_LIBFFI) |
|
|
| 150 |
LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi |
| 151 |
CONFIGURE_ARGS+= --with-system-ffi |
| 152 |
.endif |
| 153 |
|
| 154 |
pre-patch: |
148 |
pre-patch: |
| 155 |
${CP} -r ${PATCH_WRKSRC}/Lib/plat-freebsd8 \ |
149 |
${CP} -r ${PATCH_WRKSRC}/Lib/plat-freebsd8 \ |
| 156 |
${PATCH_WRKSRC}/Lib/plat-freebsd9 |
150 |
${PATCH_WRKSRC}/Lib/plat-freebsd9 |