aboutsummaryrefslogtreecommitdiff
path: root/lang/python32/files/Setup
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-05-14 07:35:22 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-05-14 07:35:22 +0000
commit5866f48b31a4d608c76965d6c11a2a4e6f44ff87 (patch)
treea3e83de736e286b23aedd00b7016af7217e63c67 /lang/python32/files/Setup
parent2f8ef1af98e56e67977f68b735ff0c86762d4188 (diff)
downloadports-5866f48b31a4d608c76965d6c11a2a4e6f44ff87.tar.gz
ports-5866f48b31a4d608c76965d6c11a2a4e6f44ff87.zip
Notes
Diffstat (limited to 'lang/python32/files/Setup')
-rw-r--r--lang/python32/files/Setup5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python32/files/Setup b/lang/python32/files/Setup
index 1eea44586c45..31336ca6fccf 100644
--- a/lang/python32/files/Setup
+++ b/lang/python32/files/Setup
@@ -71,7 +71,7 @@ SITEPATH=:$(DESTLIB)/NumPy
TESTPATH=:$(DESTLIB)/test
# Path for machine- or system-dependent modules (and shared libraries)
-MACHDEPPATH=:$(DESTLIB)/$(MACHDEP)
+MACHDEPPATH=:$(DESTLIB)/$(MACHDEP):$(MACHDESTLIB)/sharedmodules
COREPYTHONPATH=.$(SITEPATH)$(DESTPATH)$(TESTPATH)$(MACHDEPPATH)$(STDWINPATH)$(TKPATH)
PYTHONPATH=$(COREPYTHONPATH)
@@ -128,6 +128,7 @@ select selectmodule.c # select(2); not on ancient System V
socket socketmodule.c # socket(2); not on ancient System V
errno errnomodule.c # posix (UNIX) errno values
+*shared*
# Some more UNIX dependent modules -- off by default, since these
# are not supported by all UNIX systems:
@@ -249,7 +250,7 @@ TKPATH=:$(DESTLIB)/tkinter
#_tkinter _tkinter.c -I/usr/openwin/include -I/usr/local/include -L/usr/openwin/lib -L/usr/local/lib -ltk4.1 -ltcl7.5 -lX11
# For generic system (may have to add -I/-L options to find X11):
#_tkinter _tkinter.c -I/usr/local/include -L/usr/local/lib -ltk4.1 -ltcl7.5 -lX11
-_tkinter _tkinter.c -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib -ltix4175 -ltk41 -ltcl75 -lX11
+_tkinter _tkinter.c -I/usr/local/include -I/usr/X11R6/include -L/usr/local/lib -L/usr/X11R6/lib -ltk41 -ltcl75 -lX11
# Lance Ellinghaus's modules: