summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-10 09:16:31 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-10 09:16:31 (GMT)
commit890431889c8a0fc2b23697b1d25bbc467935a8bd (patch)
treea98e838bac6d13e5380de1ea310bb53fc6a1e2da /macosx
parent39521a21f6d5517fb075b9e9a468cf4f8e723c99 (diff)
parentea4e2c54322fdec470e442447b66d815635851da (diff)
downloadtcl-890431889c8a0fc2b23697b1d25bbc467935a8bd.zip
tcl-890431889c8a0fc2b23697b1d25bbc467935a8bd.tar.gz
tcl-890431889c8a0fc2b23697b1d25bbc467935a8bd.tar.bz2
Merge 8.7
Diffstat (limited to 'macosx')
-rw-r--r--macosx/GNUmakefile2
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