|
Lines 26-31
CPE_VERSION= ${PORTVERSION}
Link Here
|
| 26 |
DISABLED_EXTENSIONS= _sqlite3 _tkinter _gdbm |
26 |
DISABLED_EXTENSIONS= _sqlite3 _tkinter _gdbm |
| 27 |
CONFIGURE_ARGS+= --enable-shared --without-ensurepip |
27 |
CONFIGURE_ARGS+= --enable-shared --without-ensurepip |
| 28 |
CONFIGURE_ENV+= OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}" # Null out OPT to respect user CFLAGS and remove optimizations |
28 |
CONFIGURE_ENV+= OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}" # Null out OPT to respect user CFLAGS and remove optimizations |
|
|
29 |
LIBS+= -L${LOCALBASE}/lib |
| 29 |
|
30 |
|
| 30 |
INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files |
31 |
INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files |
| 31 |
MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library |
32 |
MAKE_ARGS+= INSTALL_SHARED="${INSTALL_LIB}" # Strip shared library |
|
Lines 64-70
LIBFFI_LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi
Link Here
|
| 64 |
|
65 |
|
| 65 |
NLS_USES= gettext |
66 |
NLS_USES= gettext |
| 66 |
NLS_CPPFLAGS= -I${LOCALBASE}/include |
67 |
NLS_CPPFLAGS= -I${LOCALBASE}/include |
| 67 |
NLS_LIBS= -L${LOCALBASE}/lib -lintl |
68 |
NLS_LIBS= -lintl |
| 68 |
NLS_CONFIGURE_ENV_OFF= ac_cv_lib_intl_textdomain=no ac_cv_header_libintl_h=no |
69 |
NLS_CONFIGURE_ENV_OFF= ac_cv_lib_intl_textdomain=no ac_cv_header_libintl_h=no |
| 69 |
|
70 |
|
| 70 |
PYMALLOC_CONFIGURE_WITH= pymalloc |
71 |
PYMALLOC_CONFIGURE_WITH= pymalloc |