View | Details | Raw Unified | Return to bug 243937 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 29-37 Link Here
29
PYTHON_VERSION=		python${PYTHON_VER}
29
PYTHON_VERSION=		python${PYTHON_VER}
30
PYTHON_SUFFIX=		${PYTHON_VER:S/.//g}
30
PYTHON_SUFFIX=		${PYTHON_VER:S/.//g}
31
31
32
DISABLED_EXTENSIONS=	_sqlite3 _tkinter _gdbm
33
CONFIGURE_ARGS+=	--enable-shared --without-ensurepip
32
CONFIGURE_ARGS+=	--enable-shared --without-ensurepip
34
CONFIGURE_ENV+=		OPT="" DISABLED_EXTENSIONS="${DISABLED_EXTENSIONS}"	# Null out OPT to respect user CFLAGS and remove optimizations
33
CONFIGURE_ENV+=		OPT="" # Null out OPT to respect user CFLAGS and remove optimizations
35
34
36
INSTALL_TARGET=		altinstall						# Don't want cloberring of unprefixed files
35
INSTALL_TARGET=		altinstall						# Don't want cloberring of unprefixed files
37
36
(-)files/patch-Modules-Setup (+10 lines)
Line 0 Link Here
1
disable modules that are built by other ports (py-tkinter, py-sqlite3, etc.)
2
3
--- Modules/Setup.orig	2019-12-18 17:21:23 UTC
4
+++ Modules/Setup
5
@@ -366,3 +366,5 @@
6
 #
7
 #_sqlite3 _tkinter _curses pyexpat
8
 #_codecs_jp _codecs_kr _codecs_tw unicodedata
9
+*disabled*
10
+_sqlite3 _tkinter _gdbm

Return to bug 243937