diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-27 10:21:35 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-27 10:21:35 +0000 |
commit | 006ffd57dec93c396ff1958b569bf5e2d4e9ed34 (patch) | |
tree | f6ad83c831b2c56c6e9ef92b1a1752921e31043e /lang/python+ipv6/files | |
parent | Fixed source file location on ftp.enlightenment.org. (diff) |
Use tk80, not an unsupported alpha version of tk81.
Include locale module.
Notes
Notes:
svn path=/head/; revision=9953
Diffstat (limited to 'lang/python+ipv6/files')
-rw-r--r-- | lang/python+ipv6/files/Setup | 2 | ||||
-rw-r--r-- | lang/python+ipv6/files/Setup.tk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/python+ipv6/files/Setup b/lang/python+ipv6/files/Setup index 96811ee9823c..41350fd89059 100644 --- a/lang/python+ipv6/files/Setup +++ b/lang/python+ipv6/files/Setup @@ -127,7 +127,7 @@ struct structmodule.c # binary structure packing/unpacking time timemodule.c # time operations and variables operator operator.c # operator.add() and similar goodies -#_locale _localemodule.c # access to ISO C locale support +_locale _localemodule.c # access to ISO C locale support # Modules with some UNIX dependencies -- on by default: diff --git a/lang/python+ipv6/files/Setup.tk b/lang/python+ipv6/files/Setup.tk index 4400b44675dd..ee4eb449e4d0 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.1 -I${PREFIX}/include/tk8.1 -L${PREFIX}/lib -ltk81 -ltcl81 -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 # *** Uncommend and edit to reflect where your X11 header files are: # -I/usr/X11R6/include \ @@ -36,7 +36,7 @@ _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I${X11BASE}/include -I${PREFIX}/ # *** Uncomment and edit to reflect where your Tcl/Tk libraries are: # -L/usr/local/lib \ # *** Uncomment and edit to reflect your Tcl/Tk versions: -# -ltk81 -ltcl81 \ +# -ltk80 -ltcl80 \ # *** Uncomment and edit to reflect where your X11 libraries are: # -L/usr/X11R6/lib \ # *** Or uncomment this for Solaris: |