aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-02-27 07:46:02 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-02-27 07:46:02 +0000
commitf1695c7d7cf23fcc04923195fbb9352e961fb6e5 (patch)
treebe4fbf1258cf5d959d24220ae5f68a81f39588bb
parent1dd91bc4e801d15cec59a4fd2e7b4718db641a7e (diff)
downloadports-f1695c7d7cf23fcc04923195fbb9352e961fb6e5.tar.gz
ports-f1695c7d7cf23fcc04923195fbb9352e961fb6e5.zip
MFH: r565301 (partially)
Explicitly build --without-zstd such that archivers/zstd isn't pulled in inadvertedly when present in the build system even though it is not an explicit dependency. [1] PR: 253286 [1]
Notes
Notes: svn path=/branches/2021Q1/; revision=566673
-rw-r--r--lang/gcc11-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile
index 2b2dfa17d3c1..a12a7fc02dce 100644
--- a/lang/gcc11-devel/Makefile
+++ b/lang/gcc11-devel/Makefile
@@ -102,7 +102,8 @@ CONFIGURE_ARGS+=--disable-nls \
--with-ld=${LOCALBASE}/bin/ld \
${ICONV_CONFIGURE_ARG} \
--with-pkgversion="FreeBSD Ports Collection" \
- --with-system-zlib
+ --with-system-zlib \
+ --without-zstd
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
USE_LDCONFIG= ${TARGLIB}
PLIST_SUB+= GCC_VERSION=${GCC_VERSION} \