summaryrefslogtreecommitdiff
path: root/lang/python+ipv6/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-06-03 12:16:23 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-06-03 12:16:23 +0000
commitf7a77182254a4b3933081d6783133ec67200c865 (patch)
tree7ee4d1c8952751797c2b38212cd6563bfe390e10 /lang/python+ipv6/files
parentUpgrade to 1.3.1. Add MASTER_SITE_SUNSITE as backup. (diff)
_tkinter.so needs to be linked against libc.
Notes
Notes: svn path=/head/; revision=11228
Diffstat (limited to 'lang/python+ipv6/files')
-rw-r--r--lang/python+ipv6/files/Setup.tk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python+ipv6/files/Setup.tk b/lang/python+ipv6/files/Setup.tk
index ee4eb449e4d0..a076fbf8a6c3 100644
--- a/lang/python+ipv6/files/Setup.tk
+++ b/lang/python+ipv6/files/Setup.tk
@@ -15,7 +15,7 @@ TKPATH=:lib-tk
# every system.
# *** Always uncomment this (leave the leading underscore in!):
-_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0 -L${PREFIX}/lib -ltk80 -ltcl80 -L${X11BASE}/lib -lX11
+_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0 -L${PREFIX}/lib -ltk80 -ltcl80 -L${X11BASE}/lib -lX11 -lc
# *** Uncommend and edit to reflect where your X11 header files are:
# -I/usr/X11R6/include \