churchyard / rpms / python2

Forked from rpms/python2 6 years ago
Clone
280de3d
diff -urN Python-2.7.13/Modules/Setup.dist Python-2.7.13_modul/Modules/Setup.dist
280de3d
--- Python-2.7.13/Modules/Setup.dist	2017-04-21 14:57:13.767444374 +0200
280de3d
+++ Python-2.7.13_modul/Modules/Setup.dist	2017-04-21 14:56:49.658953833 +0200
280de3d
@@ -326,7 +326,7 @@
280de3d
 # every system.
280de3d
 
280de3d
 # *** Always uncomment this (leave the leading underscore in!):
280de3d
-_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
280de3d
+#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \
280de3d
 # *** Uncomment and edit to reflect where your Tcl/Tk libraries are:
280de3d
 #	-L/usr/local/lib \
280de3d
 # *** Uncomment and edit to reflect where your Tcl/Tk headers are:
280de3d
@@ -345,7 +345,7 @@
280de3d
 # *** Uncomment and edit for TOGL extension only:
280de3d
 #	-DWITH_TOGL togl.c \
280de3d
 # *** Uncomment and edit to reflect your Tcl/Tk versions:
280de3d
-	-ltk -ltcl \
280de3d
+#	-ltk -ltcl \
280de3d
 # *** Uncomment and edit to reflect where your X11 libraries are:
280de3d
 #	-L/usr/X11R6/lib \
280de3d
 # *** Or uncomment this for Solaris: