aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2021-02-27 07:59:28 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2021-02-27 07:59:28 +0000
commit437ccdbad1b0dcfa1993ab8bb60083ff16fe81f1 (patch)
tree7b3fa54c6a6e59999ac45f2a5e122e75fab28919
parentf1695c7d7cf23fcc04923195fbb9352e961fb6e5 (diff)
downloadports-437ccdbad1b0dcfa1993ab8bb60083ff16fe81f1.tar.gz
ports-437ccdbad1b0dcfa1993ab8bb60083ff16fe81f1.zip
MFH: r565994 (partially)
Back port part of r565301 | gerald | 2021-02-15 from lang/gcc11-devel: 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=566674
-rw-r--r--lang/gcc10-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc10-devel/Makefile b/lang/gcc10-devel/Makefile
index fd94b33e13bf..8f510cfb1ea5 100644
--- a/lang/gcc10-devel/Makefile
+++ b/lang/gcc10-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} \