mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
12 lines
367 B
Plaintext
12 lines
367 B
Plaintext
|
--- ./unix/tkConfig.sh.in.ORIG Mon Feb 10 15:44:47 1997
|
||
|
+++ ./unix/tkConfig.sh.in Mon Feb 10 15:45:10 1997
|
||
|
@@ -19,7 +19,7 @@
|
||
|
TK_MINOR_VERSION='@TK_MINOR_VERSION@'
|
||
|
|
||
|
# -D flags for use with the C compiler.
|
||
|
-TK_DEFS='@DEFS@'
|
||
|
+TK_DEFS='@DEFS@ -DKANJI -DKINPUT2'
|
||
|
|
||
|
# The name of the Tk library (may be either a .a file or a shared library):
|
||
|
TK_LIB_FILE=@TK_LIB_FILE@
|