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)
commit5740a9e3d2db8f112a2af4353f86d9ca864b3a2f (patch)
treeba2858f902106c0fcacf9b523f263165c5bd9680 /macosx
parentebf4c78ed811b2c54015d5c0a0fb446da5ae5140 (diff)
downloadtcl-5740a9e3d2db8f112a2af4353f86d9ca864b3a2f.zip
tcl-5740a9e3d2db8f112a2af4353f86d9ca864b3a2f.tar.gz
tcl-5740a9e3d2db8f112a2af4353f86d9ca864b3a2f.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