Changeset View
Changeset View
Standalone View
Standalone View
lang/python35/Makefile
| Show All 19 Lines | |||||
| GNU_CONFIGURE= yes | GNU_CONFIGURE= yes | ||||
| CPE_VENDOR= python | CPE_VENDOR= python | ||||
| CPE_PRODUCT= ${CPE_VENDOR} | CPE_PRODUCT= ${CPE_VENDOR} | ||||
| CPE_VERSION= ${DISTVERSION} | CPE_VERSION= ${DISTVERSION} | ||||
| # Duplicate python.mk variables. TODO: Let lang/python?? ports use python.mk bits. | # Duplicate python.mk variables. TODO: Let lang/python?? ports use python.mk bits. | ||||
| PYTHON_VER= ${PYTHON_PORTVERSION:R} | PYTHON_VER= ${PYTHON_PORTVERSION:R} | ||||
| PYTHON_VERSION= python${PYTHON_VER} | PYTHON_VERSION= cpython${PYTHON_VER} | ||||
| PYTHON_SUFFIX= ${PYTHON_VER:S/.//g} | PYTHON_SUFFIX= ${PYTHON_VER:S/.//g} | ||||
| DISABLED_EXTENSIONS= _sqlite3 _tkinter _gdbm | DISABLED_EXTENSIONS= _sqlite3 _tkinter _gdbm | ||||
| CONFIGURE_ARGS+= --enable-shared --without-ensurepip | CONFIGURE_ARGS+= --enable-shared --without-ensurepip | ||||
| CONFIGURE_ENV+= OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}" # Null out OPT to respect user CFLAGS and remove optimizations | CONFIGURE_ENV+= OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}" # Null out OPT to respect user CFLAGS and remove optimizations | ||||
| INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files | INSTALL_TARGET= altinstall # Don't want cloberring of unprefixed files | ||||
| ▲ Show 20 Lines • Show All 96 Lines • Show Last 20 Lines | |||||