mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2be5a55cf3
ports/2764. Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
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@
|