diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-31 07:18:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-05-31 07:18:06 (GMT) |
commit | e4c4396db26e5cbd6d62b8fe7388d8be4b23a096 (patch) | |
tree | 3bf24c900e300a448610bcfa127c7a19a420e062 /macosx/Tcl-Common.xcconfig | |
parent | 76ffa2482f182644b922e349261a2c8afd7ace75 (diff) | |
parent | 5e3ca11761b27133a62ee5cd5e340956c640ca8d (diff) | |
download | tcl-e4c4396db26e5cbd6d62b8fe7388d8be4b23a096.zip tcl-e4c4396db26e5cbd6d62b8fe7388d8be4b23a096.tar.gz tcl-e4c4396db26e5cbd6d62b8fe7388d8be4b23a096.tar.bz2 |
merge 8.7
Diffstat (limited to 'macosx/Tcl-Common.xcconfig')
-rw-r--r-- | macosx/Tcl-Common.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Tcl-Common.xcconfig b/macosx/Tcl-Common.xcconfig index 13b5df5..22c6570 100644 --- a/macosx/Tcl-Common.xcconfig +++ b/macosx/Tcl-Common.xcconfig @@ -30,7 +30,7 @@ MANDIR = $(PREFIX)/man PER_ARCH_CFLAGS_ppc = -mcpu=G3 -mtune=G4 $(PER_ARCH_CFLAGS_ppc) PER_ARCH_CFLAGS_ppc64 = -mcpu=G5 -mpowerpc64 $(PER_ARCH_CFLAGS_ppc64) PREFIX = /usr/local -TCL_CONFIGURE_ARGS = --enable-threads --enable-dtrace +TCL_CONFIGURE_ARGS = --enable-dtrace TCL_LIBRARY = $(LIBDIR)/tcl$(VERSION) TCL_PACKAGE_PATH = "$(LIBDIR)" TCL_DEFS = HAVE_TCL_CONFIG_H |