diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-10 09:16:31 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-10 09:16:31 (GMT) |
commit | 890431889c8a0fc2b23697b1d25bbc467935a8bd (patch) | |
tree | a98e838bac6d13e5380de1ea310bb53fc6a1e2da /macosx | |
parent | 39521a21f6d5517fb075b9e9a468cf4f8e723c99 (diff) | |
parent | ea4e2c54322fdec470e442447b66d815635851da (diff) | |
download | tcl-890431889c8a0fc2b23697b1d25bbc467935a8bd.zip tcl-890431889c8a0fc2b23697b1d25bbc467935a8bd.tar.gz tcl-890431889c8a0fc2b23697b1d25bbc467935a8bd.tar.bz2 |
Merge 8.7
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/GNUmakefile b/macosx/GNUmakefile index 6451c66..1ee3bf1 100644 --- a/macosx/GNUmakefile +++ b/macosx/GNUmakefile @@ -144,7 +144,7 @@ ${objdir}/Makefile: ${UNIX_DIR}/Makefile.in ${UNIX_DIR}/configure \ mkdir -p "${OBJ_DIR}" && cd "${OBJ_DIR}" && \ if [ ${UNIX_DIR}/configure -nt config.status ]; then ${UNIX_DIR}/configure -C \ --prefix="${PREFIX}" --bindir="${BINDIR}" --libdir="${LIBDIR}" \ - --mandir="${MANDIR}" --enable-framework --enable-dtrace \ + --mandir="${MANDIR}" --enable-framework --enable-dtrace --disable-zipfs \ ${CONFIGURE_ARGS} ${EXTRA_CONFIGURE_ARGS}; else ./config.status; fi build-${PROJECT}: ${objdir}/Makefile |