summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-09 07:34:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-09 07:34:01 (GMT)
commita1adcb256fc111a61d44653f579fc0a226aecbb4 (patch)
treeba2858f902106c0fcacf9b523f263165c5bd9680 /macosx
parentcc8522016cf447d46d95790d080a8d9fdd8acedd (diff)
downloadtcl-a1adcb256fc111a61d44653f579fc0a226aecbb4.zip
tcl-a1adcb256fc111a61d44653f579fc0a226aecbb4.tar.gz
tcl-a1adcb256fc111a61d44653f579fc0a226aecbb4.tar.bz2
Add --disable-zipfs flag to GNUmakefile
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