summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1998-06-03 12:16:23 +0000
committertg <tg@FreeBSD.org>1998-06-03 12:16:23 +0000
commit8cbdbbd4d339896b8b87392e7785fca8a9e23be7 (patch)
tree60404be05ca6b87985ec2e3001609e4d14560584 /lang
parenta0a1dcc08965f16ce079cde22eb9fb4bc6d73e3d (diff)
downloadFreeBSD-ports-8cbdbbd4d339896b8b87392e7785fca8a9e23be7.zip
FreeBSD-ports-8cbdbbd4d339896b8b87392e7785fca8a9e23be7.tar.gz
_tkinter.so needs to be linked against libc.
Diffstat (limited to 'lang')
-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 ee4eb44..a076fbf 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 \
OpenPOWER on IntegriCloud